View Single Post
  #4  
Old 11-11-2015, 08:12 PM
 
gcrawford gcrawford is offline
    
Join Date: Nov 2015
Posts: 2
 

Default Re: How to Change Primary Menu

Thanks for the reply, Igor.

I went into the "Custom CSS" area and tried to change the font size of the menu, but it didn't work. Any idea why? I added the "font-sizex-small" in all 3 locations below. Here's the code:

/**
* Top menu main block styling
*/
.navbar-inverse {
background-color: #44596f;
border-color: #44596f;
font-sizex-small;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
color: #ffffff;
background-color: #44596f;
font-sizex-small;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
color: #ffffff;
background-color: #44596f;
font-sizex-small;
}

/**
__________________
5.2.6
Reply With Quote