How to Remove Ribbon Banner from Adelle Theme
-
Hello,
Is it possible to remove the ribbon banner from the Adelle theme with a CSS code?
The blog I need help with is: (visible only to logged in users)
-
This is not a CSS solution. I uploaded a white image sized 1050 × 122 as a Background and that eliminated the pink bubbles.
-
-
-
-
I took care of the pink dots a while ago, but I wanted to get rid of the ribbon banner (which I have colored black) but keep the black circles that the blog post dates are found in.
-
Thanks @thesacredpath, but is there a way to get rid of the menu bar entirely while keeping the text?
-
You didn’t mention what you wanted done with the submenus, so I turned them white as well. I’ve put a very light grey border on the submenus so that they don’t just float in nothingness. See what you think.
.navigation-main:before, .navigation-main:after { border: none; } .navigation-main ul li a { color: #000; } .navigation-main ul ul { background: none; border: 1px solid #efefef; } -
Thanks @thesacredpath! Btw, do you also know how to get rid of those squiggly lines in the sidebar?
-
Oh wait, one more thing, am I able to change the font color for the date? When I change the first accent color to white, the font turns gray. I’d like it to be black.
-
For the squiggly lines, add the following to hide them.
.widget { background: none; }For the date, add the following and edit the color code as desired.
.entry-date, .entry-day { color: #cc0000 !important; } -
It has been quite a while since this thread was active, so I am going to mark it as resolved. If you have further questions or problems, please feel free to start a new thread. I see you have gotten the widget squiggly line hidden with the above code.
Thanks.
- The topic ‘How to Remove Ribbon Banner from Adelle Theme’ is closed to new replies.