Extend menu bar
-
Hello,
I was wondering if there is a way for me to extend the menu bar for the Adelle theme so that it stretches the width of the page without having the ribbon at the end (like I have it now).
Also, is there a way for me to remove the boxes around my widgets and instead just have a black line at the bottom separating each one?
The blog I need help with is: (visible only to logged in users)
-
Also, is there a way to make the menu bar look like this: http://royaldiamonds-demo.blogspot.com/search?updated-max=2015-01-27T20:10:00-08:00&max-results=3 ?
-
Hi there, I see you have gotten rid of the ribbon effect. To make the background white and have a border on top and bottom of the menu, add the following CSS.
.navigation-main { background: none; border-top: 1px solid #000; border-bottom: 1px solid #000; } .navigation-main a { color: #000; }You can edit the colors and such as desired.
-
-
- The topic ‘Extend menu bar’ is closed to new replies.