Need to change menu font.

GK User
Tue Feb 26, 2013 8:32 pm
I need to change the font size for the top menu in TWN II. I believe that I did this before my modifying one of the css files in the template folder. However, I do seem to have that documented.

I'd appreciate any help with this.

thanks
User avatar
Fresh Boarder

GK User
Tue Feb 26, 2013 8:38 pm
Please use override.css file for css changes as it is easier to backup and update / keep track. Make sure it is also enabled in template settings.

Please use following code to increase / decrease font size for top menu.
Code: Select all
#gkTopMenu1 .menu li a { font-size: 15px; }


See you around...
User avatar
Platinum Boarder

GK User
Thu Feb 28, 2013 6:06 am
I put the line in the override.css (without the #)

I checked that override was turned on. (I'm assuming if it says "on" it is on and not vice versa.. the control is a bit ambigous)

I tried in both chrome and firefox and there didn't seem to be any change in the menu regardless of the settings. I did make this work previously.

I am trying to change the font of the top line of the menu. I am using the GK dropline menu

thanks

chris




normanUK wrote:Please use override.css file for css changes as it is easier to backup and update / keep track. Make sure it is also enabled in template settings.

Please use following code to increase / decrease font size for top menu.
Code: Select all
#gkTopMenu1 .menu li a { font-size: 15px; }


See you around...
User avatar
Fresh Boarder

GK User
Thu Feb 28, 2013 7:34 am
Don't remove "#" , if it still does not work for you please post a link to your website so we can take a look.

See you around...
User avatar
Platinum Boarder

GK User
Thu Feb 28, 2013 4:05 pm
This is the site in question.

http://blaslmedia.com/j25c/

I had a previous migration attempt at

http://blaslmedia.com/j25install/

That one shows the top line of the menu looking the way I want.

"CSS Override" says "Yes" in the control panel.

Thanks.

Chris


normanUK wrote:Don't remove "#" , if it still does not work for you please post a link to your website so we can take a look.

See you around...
User avatar
Fresh Boarder

GK User
Sun Mar 03, 2013 6:20 am
Please use following css to change font size, previous code was actually for topmenu position.

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


See you around...
User avatar
Platinum Boarder


cron