How to change the Main Menu font size ?

GK User
Fri Jan 13, 2012 2:05 pm
Hi,
I would like to increase the Main menu (top) font size.
By looking into the css, I saw that the file css/reset/meyer.css has the size in it (100%), line 7.
I tried to increase this by 150%, and it worked.
But it made all the website going bigger ...
So, can I add an override ?
Many thanks for your help,
Bastien
User avatar
Junior Boarder

GK User
Fri Jan 13, 2012 2:23 pm
Hi.
To increase the Main Menu font size you need to go to templates/gk_myfolio/css/override.css and add there this code:
Code: Select all
div.gk-menu > ul.level0 > li > a > span.menu-title {
display: block; font-size: 150%;}

Also you need to switch on override in administrator panel/extensions/template manager/advanced settings.
User avatar
Platinum Boarder

GK User
Fri Jan 13, 2012 2:56 pm
Hi,
Many thanks for the code.
It works great.
Bastien
User avatar
Junior Boarder

GK User
Fri Jan 13, 2012 3:05 pm
I'm glad I could help.
See you around...
User avatar
Platinum Boarder


cron