How to resize the fonts in the top menu?

October 08 Joomla Templates
GK User
Tue Jan 03, 2012 7:05 pm
I need to resize the fonts in the top menu, to add more items. How can I do it??
User avatar
Fresh Boarder

Konrad M
Wed Jan 04, 2012 9:50 am
Hi
Can you give us url to your site ?
User avatar

GK User
Wed Jan 04, 2012 7:38 pm
Konrad M wrote:Hi
Can you give us url to your site ?

Hi Konrad, this is the site url: www.dailygreen.it/dailygreen2
User avatar
Fresh Boarder

Konrad M
Thu Jan 05, 2012 10:08 am
Try add to override.css
Code: Select all
#gkMainMenu > div > ul > li > a {
    font-size: 18px !important;
}

and decrease this value. Of course remember to enable override.css option in template settings
User avatar

GK User
Thu Jan 05, 2012 8:07 pm
I tried to insert the code in override.css file but it did not work, but I put the code in field the image attached and it worked perfectly..
Thank You!
User avatar
Fresh Boarder


cron