group titles too small

Advanced and professional portal news Joomla template with community features and various content display layouts.
GK User
Fri Jun 08, 2012 2:54 pm
Hello, I was wondering if someone could help me figure out why the group titles are too small and come up with a solution on how to fix it. Which lines need to be modified or what css styles need to be added to the override.css file.

Thanks so much for your help in advance,

Tim
User avatar
Junior Boarder

Konrad M
Fri Jun 08, 2012 3:03 pm
Hi,
If you are talking about group titles in main menu please try add to override.css
Code: Select all
#gkMainMenu > div > ul div.childcontent .group-title .menu-title {
font-size: 18px;
}

and increase this value. Remember to enable override.css option in templates settings.
User avatar

GK User
Fri Jun 08, 2012 5:46 pm
Thank you Konrad, I will give that a shot. One last thing, I am working on the menu system for a site that I am building, and with the megamenu enabled, I can control the offset of the menu with the override.css file. That much I do understand. What I need help on is that when I load a particular custom html module into a menu item as a dropdown, I am having trouble getting it to respond to the additional class that I created in the override.css file for it. Any ideas?

Thanks again in advance for your help,

Tim
User avatar
Junior Boarder

GK User
Fri Jun 08, 2012 5:56 pm
I think I found a solution... will get back to you....
User avatar
Junior Boarder

GK User
Fri Jun 08, 2012 7:10 pm
Nevermind, I found out what the problem was..... Note, if you are running multiple themes, make sure you enable the override.css in ALL of them.

Ok, it works... LOL!

Tim
User avatar
Junior Boarder


cron