Colour behind the menubar, footer color.
-
A link to the site 🙂 http://www.fastforwardandrewind.com I want the color behind the menu buttons to be black (Just as my header background)
I also want to change the color of my footer.
Sorry I have no short answer.
These links lead the way to make a custom menu in WordPress menu:
http://www.wpbeginner.com/wp-themes/how-to-add-custom-navigation-menus-in-wordpress-3-0-themes/
http://www.wpbeginner.com/wp-themes/how-to-style-wordpress-navigation-menus/
Well, Your footer CSS looks like this now:
#footer {
background: url("images/sprite_h.png") repeat-x scroll left -117px #000000;
box-shadow: 0 -3px 5px 0 #000000;
height: 49px;
position: relative;
}You can change the lines image file, color codes, box-shadow, height & position
in either Your Custom CSS, style.css or Best Of All in Your Child Theme style.css 🙂
Test it all out with firebug – http://www.getfirebug.com
Kim
Hello Kim,
i changed the file sprite_h1.png” with fireworks and override the image see http://www.vessem.info
Henk
But if I change the main menu item background from white->black
Text and menu item background borders dont play my way…
I might add here that its not My Theme: I like Graphene Theme
Regarding menues my future feature wishes goes this way:
Kim
Viewing 10 posts - 1 through 10 (of 10 total)
- You must be logged in to reply to this topic.
