MainMenu Font-Weight

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
Fri May 10, 2013 5:11 pm
Reply with quote
Report this post
How can i make the main menu's Font BOLD? we want the menu to be more viewable, so we want the font to be bold.

How can that be done?

Thanks
User avatar
Expert Boarder

GK User
Fri May 10, 2013 6:57 pm
Reply with quote
Report this post
Hi,
this should be easy, add this to custom css code in template settings

Code: Select all
.gkMenu > ul > li > a  {  font-weight:bold;  }
User avatar
Platinum Boarder

GK User
Fri May 10, 2013 7:15 pm
Reply with quote
Report this post
Did what you said and nothing happened...
User avatar
Expert Boarder

GK User
Fri May 10, 2013 8:45 pm
Reply with quote
Report this post
Upss, I forgot that this menu is bolded !! yes,
check it out in file: menu.css (line 62) - than you will find -->
Code: Select all
.gkMenu > ul > li {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
}


So the only solution is to change font (font-family or font-size) used for top menu items.
User avatar
Platinum Boarder


cron