how to change menu font sze

Business template for Joomla 3 and 2.5 ideal to create blog or personal website.
GK User
Tue Feb 14, 2012 8:12 pm
How can i change the font size of the menu

thanks

0001.png
User avatar
Expert Boarder

GK User
Tue Feb 14, 2012 11:48 pm
Add following css codes in "templates/gk_realdesign/css/override.css" file. Make sure to enable Css Override Feature from Template Settings > Advanced Settings > Css Override " On ".

Change font sizes to your liking.
Code: Select all
/* Breadcrumbs text font-size */
#gkBreadcrumb .breadcrumbs > ul > li { font-size:10px; }
/* Main menu text font-size */
#gkMainMenu > div > ul > li > a { font-size:13px; }


See you around...
User avatar
Platinum Boarder

GK User
Wed Feb 15, 2012 12:21 am
Thank you normanUK
that solved my problem :D
User avatar
Expert Boarder

GK User
Wed Feb 15, 2012 12:30 am
No problem at all.

See you around...
User avatar
Platinum Boarder


cron