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!