Shape 5

Wordpress Club Themes => New Vision - Club => : jkh24kjh October 21, 2013, 06:51:46 PM



: Change Top Menu Background Color
: jkh24kjh October 21, 2013, 06:51:46 PM
Where do I change the background color of the top menu?


: Re: Change Top Menu Background Color
: Tristan Rineer October 22, 2013, 05:19:20 AM
Firebug (http://getfirebug.com/) says:

{themedir}/css/template.css - line 301
The code controlling the menu bar appearance should be close to this:
:
#s5_menu_bar {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #CECDCD;
    height: 76px;
}


: Re: Change Top Menu Background Color
: jkh24kjh October 22, 2013, 11:04:04 AM
Thank you. I got that to work.