How to change sub menu font size

Business template for Joomla 3 and 2.5 ideal to create blog or personal website.
GK User
Thu Feb 16, 2012 11:30 am
Hi,

I use split menu, could you explain how to change sub menu font size ?

thanks,
User avatar
Fresh Boarder

GK User
Thu Feb 16, 2012 11:50 am
Hi

Please enable override.css file on template parameters and them add this line on this file:

Code: Select all
#gkMainMenu > div > ul > li > a {font-size: 12px}


You might need to add !important rule if it doesn't change, like this:

Code: Select all
#gkMainMenu > div > ul > li > a {font-size: 12px!important}


Cheers ;)
User avatar
Platinum Boarder

GK User
Thu Feb 16, 2012 12:29 pm
Hi,

Thanks a lot it works but your code is for the main menu.
So I just change the code to :

Code:
#gkSubmenu > div > ul > li > a {font-size: 12px}

and it works perfectly,

you are doing great job, thanks :D
User avatar
Fresh Boarder


cron