Reduce the size of the characters of the main menu

GK User
Mon Feb 20, 2012 10:37 pm
Hi,

I would like to reduce the size of the characters of the main menu.

The size by default fields of columns is too big.

Can you please indicate how proceeding (joomla 2.5)

Thanks
User avatar
Fresh Boarder

GK User
Tue Feb 21, 2012 12:31 am
Hi.
Please add this code to override.css file:
Code: Select all
 div.gk-menu > ul.level0 > li > a {
font-size: 15px;   // your value
}
User avatar
Platinum Boarder

GK User
Tue Feb 21, 2012 4:03 pm
Thanks for your reply.

I did not manage to modify the size of the characters of the module.

I modified the following file:

- templates
- gk_finance_business
- css
- override

In this file (override), I add your code :

/*

#------------------------------------------------------------------------

# penguinMail - December 2010 (for Joomla 1.6)

#

# Copyright (C) 2007-2011 Gavick.com. All Rights Reserved.

# License: Copyrighted Commercial Software

# Website: http://www.gavick.com

# Support: [email protected]

*/



/* Here you can include your override CSS styles */

div.gk-menu > ul.level0 > li > a {
font-size: 15px; // 30px
}


However I noticed no change.

Can you please help me ?

Thanks
User avatar
Fresh Boarder

GK User
Tue Feb 21, 2012 4:12 pm
Did you turn on override in template manager in your administrator panel?
User avatar
Platinum Boarder

GK User
Wed Feb 22, 2012 5:24 pm
Hi,

thank you very much for that.

I turn on override in template manager, everything is now OK

Thx
User avatar
Fresh Boarder

GK User
Wed Feb 22, 2012 10:21 pm
No problem at all.
See you around...
User avatar
Platinum Boarder


cron