Menu title like in the demo?

GK User
Tue Mar 13, 2012 2:02 am
Hi,

I'm trying to setup my Menu Titles like they are in the demo on Gavick site, however the title of the menu is much smaller than in the demo and if I try to increase the size of the Menu Title, it also increases the size of the menu items under it.

In the demo on the Gavick site, it looks like there is a file called menu.css, however in my installation there seems to be no menu.css file to control the font size. In my installation it seems this aspect is controlled from this line, which unfortunately also controls the size of all the other menu items under it:

Code: Select all
#gk-main-menu > div#gk-mainnav > div > ul div.childcontent a, #gk-main-menu > div#gk-mainnav > div > ul div.childcontent span {
  color:#DDDDDD;
  font-size:10px;
}


I'm attaching a screenshot. You can see the title is very small (same as the size of the menu items) and the menu description is somewhat larger.

How do I make the Menu Title large like in the demo here?

Thanks!
User avatar
Junior Boarder

GK User
Tue Mar 13, 2012 2:53 am
Hi

Please enable override.css file on template parameters and them add (i.e.) this lines on that file:

Code: Select all
#gk-main-menu > div#gk-mainnav > div > ul div.childcontent .group-title .menu-title span { font-size: 18px!important;  }
#gk-main-menu > div#gk-mainnav > div > ul div.childcontent .group-title .menu-desc { font-size: 12px!important; }


Cheers ;)
User avatar
Platinum Boarder

GK User
Tue Mar 13, 2012 3:19 am
Awesome, that's exactly what I was looking for. Thanks so much for your help and the super quick response! :D
User avatar
Junior Boarder


cron