Change font size and weight in main menu?

GK User
Fri Apr 15, 2011 3:43 pm
Where do I change the .css to make the font and weight smaller and less bold please?
User avatar
Expert Boarder

Konrad M
Sat Apr 16, 2011 8:18 pm
Hi
Try add to override.css
Code: Select all
#gk-nav ul.level0 > li > a {
font-size:20px;
font-weight:normal;
}

and remember enable override.css in template settings
User avatar

GK User
Mon Apr 18, 2011 6:54 am
Perfect many thanks, I would like to change the size of the headers as well so am guessing this is a similar thing, can you advise what I need to add to the override.css please?

Again I want to make the font smaller and less bold (I have attached an image of the existing header which I want to make smaller)


Screen shot 2011-04-18 at 08.46.16.png
User avatar
Expert Boarder

Konrad M
Mon Apr 18, 2011 6:59 am
Yes shure, add
Code: Select all
#gk-bottom-wrap .moduletable div > h3 {
font-size:13px; // here set your own value
font-weight:normal
}
User avatar

GK User
Mon Apr 18, 2011 7:31 am
Perfect, many thanks
User avatar
Expert Boarder

Konrad M
Mon Apr 18, 2011 7:33 am
I'm glad I colud help :)
User avatar


cron