Search…

X3 Photo Gallery Support Forums

Search…
 
frostyIntrepid
Topic Author
Posts: 18
Joined: 24 Oct 2006, 22:37

Configuring Menu Title Size

18 Feb 2009, 21:31

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!
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

19 Feb 2009, 02:24

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