Change font size and family in the top menu

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Sep 11, 2012 7:08 pm
Reply with quote
Report this post
Hi,
i would like to change the font family and the size of the top menu but i can't find anything in the css and in the template parameters neither.

How can i do?

Thanks!
User avatar
Junior Boarder

GK User
Tue Sep 11, 2012 9:24 pm
Reply with quote
Report this post
Hi

Font can by set on template parameters > Fonts.
Check the respective selector:

Code: Select all
.gkMenu > ul > li,


Font size also can be change using the following line on override.css file (you need to enable first the use of override.css on template parameters > advanced settings ":

Code: Select all
.gkMenu > ul > li {font-size: ?}


Cheers
User avatar
Platinum Boarder

GK User
Wed Sep 12, 2012 9:56 pm
Reply with quote
Report this post
Ok, i'll try to check it...thank you very much!!
User avatar
Junior Boarder

GK User
Mon Oct 14, 2013 11:51 am
Reply with quote
Report this post
Hi,
I had the same needs as discussed in this post, I applied these changes in my menu but only updates the first level, the sublevels remain with the default font ... can you help?
User avatar
Expert Boarder


cron