Size of main menu for hertzPro

Can i resize the font letter of main menu?. If i add several link menus, i have two lines of menus and i would like to have only one (using a little small font size). Is this possible?

Regards,

Comments

user
Submitted by admin on Tue, 11/03/2015 - 07:47

Please follow below steps:

  1. Open style.css in any text editor
  2. Find following code at line 413
    #main-navigation ul.menu li a, #main-navigation ul.sf-menu li a {
    color: #acacac;
    font-weight: normal;
    padding: 10px 30px 10px 2px;
    margin: 0;
    position: relative; 
    float: left;
    overflow: hidden;
    border: none;
    font-size: 20px;
    text-transform: uppercase;
    transition: color 0.5s ease;
    }
  3. In above code change value of font-size to increase / decrease font size of main menu
  4. Save style.csss

Done!!!