View Single Post
  #1  
Old 03-02-2018, 12:01 PM
 
karichristen karichristen is offline
 

Newbie
  
Join Date: Mar 2018
Posts: 7
 

Exclamation Need Help Changing Nav Bar Colors

Hi I am having the most trouble changing my main nav bar colors.

Im using Template #51 Ultimate Skin

I would like to change the background to Navy and the selected page to red, font to white and drop down background to white and black font and red Hover.

Here is the current code:
* Top menu main block styling
*/

.navbar-inverse {
background-color: red;
border-color: #000080;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
color: #ffffff;
background-color: #081b7a;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
color: #ffffff;
background-color: #081b7a;

I just have no idea what to change because I tried changing all of these and NOTHING adjusts the colors of the menu no matter what I change. So I'm thinking I need to overwrite something Im just not sure?

Website link: http://personal.x-cart.com/krystlewarschakyahoocom/

Please help!
__________________
Business 5.3.4.5
Reply With Quote