View Single Post
  #6  
Old 03-05-2018, 11:41 AM
 
mcupka mcupka is offline
 

eXpert
  
Join Date: Jan 2013
Posts: 204
 

Default Re: Need Help Changing Nav Bar Colors

Quote:
Originally Posted by karichristen
Okay thank you again! Also could you help me out with changing the hover / selected to red instead of light blue?
See my first post.

##Selected page to have a red background:
.navbar-inverse .navbar-nav>li.active>a { background: #FF0000; }

And you'll need this line as well for the dropdown menu hover color:
#top-main-menu>li:hover>span.primary-title { background: #FF0000; }
Reply With Quote