Simple Font/text adjustments

Change your online store into modern look with myStore eCommerce VirtueMart Joomla template - discussion forum.
GK User
Mon Apr 04, 2011 8:44 am
Hi again:)

I want to increase the font size of some elements on my site, the main menu for example, but no matter where i try to adjust font size(firebug), the changes i make apply to EVERTHING.

The same goes for font types. I would like to use two different font types, one on the main menu, and another on the rest. Is this possible?

Thank you

T
User avatar
Expert Boarder

GK User
Mon Apr 04, 2011 4:34 pm
please provide me with an url to your www.
User avatar
Platinum Boarder

GK User
Tue Apr 05, 2011 7:18 am
hi. im at www.dropz.no. Thanks for replying so fast.
User avatar
Expert Boarder

GK User
Tue Apr 05, 2011 8:17 am
Make sure override is enabled and add this

Code: Select all
#gk-toolbar { font-family: Helvetica; font-size: 12px; }

#gk-nav { font-family: Helvetica; font-size: 14px; }

#gk-wrapper { font-family: Helvetica; font-size: 10px; }

#gk-footer { font-family: Helvetica; font-size: 10px; }

Change the font and size for each.
User avatar
Gold Boarder

GK User
Wed Apr 06, 2011 5:11 am
Thanks mate, really saved my day.. Great tip
User avatar
Expert Boarder


cron