Shape 5

Joomla Templates => Business Pro - Club => : maurizio75 November 11, 2013, 01:24:00 PM



: Change size font Main Menu
: maurizio75 November 11, 2013, 01:24:00 PM
Hi, it's possibe change the size font and remove the bold on the main menu
-Maurizio


: Re: Change size font Main Menu
: mikenicoll November 11, 2013, 04:58:51 PM
Hello,

You can add this to the custom.css and adjust it as needed. Note that some Google Web Fonts don't support custom font weights.

#s5_nav li a {
    font-size: 1.2em;
    font-weight: 400;
}

-Mike