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