Subtitle zize for Menu items

GK User
Sun Oct 07, 2012 7:27 am
How do I modify the text size for a subtitle menu?

I've made a subtitle: Edit menu item/Menu Params (GavickPro)/Description
But I don't like how it looks because is the same size as the menu title.
I also want to know if I can control the position. Right now I think is too low.
User avatar
Junior Boarder

GK User
Sun Oct 07, 2012 2:09 pm
Hi

Please go to Game Magazine template parameters > advanced settings and enable the use of css override.
Next from the template directory open ../css/override.css file and add this line on that save:

Code: Select all
#gkMainMenu .gkmenu.level0 li span.menu-desc {font-size: 10px; line-height: 10px }


Cheers ;)
User avatar
Platinum Boarder

GK User
Sat Oct 20, 2012 12:19 am
Thanks!
Its working.
User avatar
Junior Boarder


cron