jpmurph 0 Report post Posted August 29, 2011 how can I change my main navigation bar to a black bg with white text? Share this post Link to post Share on other sites
Gavin_+ 56 Report post Posted August 29, 2011 Hi it really depends if you are using brandnav or navigation if brandnav try #brandnav {background: #000000;} if navigation try .main-nav {background: #000000;} the text will probably be something like: [code].main_nav li a { color: #ffffff !important; } .main_nav .main-nav li a:hover{ color:#78c8ec !important; } [/code] this gives you a blue hover color. Share this post Link to post Share on other sites