Font Size seames to be bold!?

GK User
Mon Jan 16, 2012 8:20 pm
Hi, just a little question it seamse so that my menu text is bold or bigger than your template here.
wher do i change this, please?
www.insoulv2.insoul.de

Thank you martin
User avatar
Fresh Boarder

teitbite
Tue Jan 17, 2012 2:02 am
Hi

Your menu font looks ok, but You can use this class to change it:

Code: Select all
#gkPageTop.dark #gkMainMenu > div > ul > li > a {
    font-size: 14px;
    font-weight: bold;
}
User avatar
Moderator

GK User
Wed Jan 18, 2012 1:45 am
I am having the same problem with the menu font. I changed it to

#gkPageTop.dark #gkMainMenu > div > ul > li > a {
font-size: 10px;
font-weight: bold;
}

in templete.css but it remains the same. I am using the light topcolor not the dark.

http://cms.southpacificchic.com
User avatar
Fresh Boarder

teitbite
Wed Jan 18, 2012 10:20 am
Hi

This code is working:

Code: Select all
#gkMainMenu > div > ul > li > a {
    font-size: 10px;
    font-weight:bold;
}


but please do not change template.css and add it to override.css file (remember to allow using this file in template settings). This way the code will not be overriden by menu.css code.
User avatar
Moderator


cron