how to change font size of the left menu ?

General questions about CMSimple
Post Reply
valarno
Posts: 12
Joined: Thu Jan 22, 2009 9:38 am

how to change font size of the left menu ?

Post by valarno » Sat Mar 14, 2009 7:37 am

Hello,

i'm trying to change font size of the left menu by to insert <Hx> balise before php code below, but isn't good
<td valign="top"><?php echo toc();?></td> => Initial code
<td valign="top"><h3><?php echo toc();?></h3></td> => no effect

do you have an idea ?

Thank's for your help

Tata
Posts: 3588
Joined: Tue May 20, 2008 5:34 am
Location: Slovakia
Contact:

Re: how to change font size of the left menu ?

Post by Tata » Sat Mar 14, 2009 8:26 am

  1. Read http://www.cmsimple.com/?Installer%27s_ ... esheet.css !!!
  2. Open your [templates/your_template/stylesheet.css]
  3. Look for menu and menulevel... definition and change the font properties
The H... properties have nothing to do with toc design.
CMSimple.sk
It's no shame to ask for an answer if all efforts failed.
But it's awful to ask without any effort to find the answer yourself.

valarno
Posts: 12
Joined: Thu Jan 22, 2009 9:38 am

Re: how to change font size of the left menu ?

Post by valarno » Sat Mar 14, 2009 10:06 pm

Thank you Tata for your answer !!!!

I'm very beginner with Cmssimple...sorry ! ;-)

Post Reply