Jump to content
Sign in to follow this  
jpmurph

Change Navback background color to Black

Recommended Posts

jpmurph

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_
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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×