I can see you have changed the language.
For font size find below file.
- Code: Select all
templates/gk_templatename/css/override.css
Edit with text editor and add below css code
- Code: Select all
div.gk-menu > ul.level0 > li > a { font-size: 15px; }
So it looks like below.
- Code: Select all
/*
#------------------------------------------------------------------------
#
# 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; }
Change 15px to smaller value like 10px if you want small font.
Now we need to activate CSS Override so follow below.
Joomla Admin > Extensions > Template Manager > gk_finance_business - Default
On right handside "Advanced settings" > Css override "on".

See you around...