Change Font Size in Main Menu

Professional Jomal template designed to be easily adaptable to all kinds of business
GK User
Fri Mar 04, 2011 7:09 pm
I was able to change the font size in the dropdown navigation using the gk_stuff.css file. But when I try to change the top level menu font size to match, I can't find the which style sheet that is contained in.

thanks
User avatar
Expert Boarder

GK User
Fri Mar 04, 2011 7:12 pm
please show me your www...

01. are you using 1.5 or 1.6 version.
02. which menu type are we talking about ? mega drop css ?
User avatar
Platinum Boarder

GK User
Fri Mar 04, 2011 7:19 pm
http://arcadia.versist.net/
I'm using 1.5 but will probably install 1.6 this weekend.

I'm trying to better understand the template, I'm new to this. I'm using mega

thanks
User avatar
Expert Boarder

GK User
Fri Mar 04, 2011 7:30 pm
add this to overwrite css and enable it from template manager
Code: Select all
#gk-nav ul.level0 > li > a { font-size:115% }
User avatar
Platinum Boarder

GK User
Fri Mar 04, 2011 7:32 pm
when if you update to 1.6 use this code insted
Code: Select all
div.gk-menu > ul.level0 > li { font-size:115% }
User avatar
Platinum Boarder

GK User
Fri Mar 04, 2011 7:33 pm
in 1.6 this will change both sub and first...
User avatar
Platinum Boarder

GK User
Fri Mar 04, 2011 7:36 pm
so I add this template.css to overide this

#gk-nav { margin:0 0 2px 0; background:#979189;float:left; }

or do I add it to gk_stuff?

thanks
User avatar
Expert Boarder

GK User
Fri Mar 04, 2011 7:49 pm
i suggest you enable override.css from template manager and then add all changes to that file... this way you don't loose any changes when you update the template...
User avatar
Platinum Boarder

GK User
Fri Mar 04, 2011 7:55 pm
thank you for clarifying. I will give that a try. Hopefully this will be easier with 1.6
User avatar
Expert Boarder

GK User
Fri Mar 04, 2011 8:00 pm
it's the same in the 1.6... enable override.css and add the code:) i already gave you the code:)
User avatar
Platinum Boarder

GK User
Fri Mar 04, 2011 8:03 pm
also i like this : i used it in my own template:
Code: Select all
#gk-nav ul.level0 > li { padding 0 20px }


this will make the menu fill the whole width of the page.
User avatar
Platinum Boarder


cron