MainMenu to small

Business template for Joomla 3 and 2.5 ideal to create blog or personal website.
GK User
Tue Dec 04, 2012 1:59 pm
Hi.

Is there a easy way to create the same layout MainMenu as the Meet Gavern template http://joomla30.gavick.com/ into the Real Design template? The menu now is to small en the font size also.

Joomla 2.5.8
woudklank.pimrozendaal.nl
User avatar
Senior Boarder

teitbite
Wed Dec 05, 2012 2:34 pm
Hi

Unfortunately copying the style is a customization request we do not support, but You can use this small code to just resize menu items fonts:

Code: Select all
#gkMainMenu > div > ul > li > a {
    font-size: 20px;
}
User avatar
Moderator

GK User
Fri Dec 07, 2012 3:09 pm
Okay thanks. And what about the text size of the dropdown menu? Thats still the same (small) size. What code do I need to make it bigger?
User avatar
Senior Boarder

teitbite
Sat Dec 08, 2012 4:29 am
Hi

Submenu elements can be resized with this code:

Code: Select all
.gk-main-menu ul ul li a {
    font-size: 20px;
}
User avatar
Moderator


cron