Page 1 of 1

Configuring Menu Title Size

Posted: 18 Feb 2009, 21:31
by frostyIntrepid
Hi All,

I would like to check if it's possible to configure the size of the menu title to be smaller?

I can't seem to find a section for me to edit.

Any help is appreciated! TIA!

Posted: 19 Feb 2009, 02:24
by mjau-mjau
ALL text formatting and styles can be modified through your THEME stylesheet. Go to admin -> themes -> edit your theme -> edit theme stylesheet. You will see the CSS file for your theme, where you can edit font style parameters. To change size of title in main menu, you need to find the class:
Code
.mainmenu_title {
	font-size: 14px;
}
Read more about editing the CSS stylesheet here:
viewtopic.php?t=4270