Menu Group Heading size

Business template for Joomla 3 and 2.5 ideal to create blog or personal website.
GK User
Thu Oct 24, 2013 4:15 pm
Hi There,

Is it possible to change the heading size in a menu depending on the level the item is in the menu. For example, I want to change the word "Sharepoint" to a smaller font, but leave "Products" in its current size (see image attached).

Thanks,
Steven
User avatar
Senior Boarder

teitbite
Thu Oct 24, 2013 4:34 pm
Hi

If it's the one title than it may not be possible without some customizations to the menu code. Please show me Your site so I'll check.
User avatar
Moderator

GK User
Thu Oct 24, 2013 8:54 pm
Hi there,

The URL to the site is http://41.185.8.159/~sos01/jupgrade/

Thanks,
Steven
User avatar
Senior Boarder

teitbite
Sun Oct 27, 2013 5:51 pm
Hi

What You did is clever :) There is no way to resize one word if it's a single title, but splitting it into 2 titles is brilliant now You should be able to resize the second one by adding this code to css:

Code: Select all
#gkMainMenu > div > ul div.childcontent div.group div.group .group-title .menu-title {
font-size: 16px;
}
User avatar
Moderator


cron