Shape 5

Joomla Templates => Business Look - November 07 - Club => : joekuelue March 09, 2009, 04:22:45 PM



: Changing fonts in menus
: joekuelue March 09, 2009, 04:22:45 PM
Hi.

I am usinge the template "business look".
I like to know, how I can change the font and font-size in the main menu
and other menus than the main-menu, e.g. in a menu which uses the module keyconcept.
The menu-class-suffix and the modul-class-suffix is "-img".

Thanks for your anwsers - joekuelue


: Re: Changing fonts in menus
: jonahh March 09, 2009, 09:29:11 PM
Hello,

All the font sizes for the top menu and body are controlled by the body tag:

template_css.css (line 763)

:
body {
font-family:Arial,Helvetica,sans-serif;
font-size:75%;
margin:0 auto;
}



For the image menu:

template_css.css (line 1832)

:
a.mainlevel-img {
color:#000000;
display:block;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
font-style:normal;
font-weight:normal;
line-height:25px;
list-style-position:outside;
list-style-type:none;
margin-left:15px;
padding-left:8px;
text-decoration:none;
}


Default Joomla menu without images

template_css.css (line 1774)

:
/* Default Joomla! Menu */
a.mainlevel  {
color:#000000;
display:block;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
font-style:normal;
font-weight:normal;
line-height:25px;
list-style-position:outside;
list-style-type:none;
margin-left:-14px;
padding-left:8px;
text-decoration:none;}



: Re: Changing fonts in menus
: joekuelue March 13, 2009, 02:54:17 AM
Hi.

Thank you for the fast and professional answer.

This is the difference of your company to other template-provider.

joekuelue