Page 1 of 1

Change color of one entry in mainmenu

Posted: 02 Sep 2013, 08:57
by linsenpago
Hi!

I would like to change the color of one entry (folder) in the mainmenu.

I attached a screenshot - i would like to change only the color of this single entry.

What i have to do, to edit this?

BR
Alex

Re: Change color of one entry in mainmenu

Posted: 03 Sep 2013, 04:00
by mjau-mjau
A bit tedious ... you could create a separate CSS class in your theme CSS stylesheet, and then apply it to the title:
Code
<span class="your_class">title here</span>
... but it would probably be easier to just edit the title directly with the font tag:
Code
<font color='#990000'>title here</font>

Re: Change color of one entry in mainmenu

Posted: 03 Sep 2013, 04:56
by linsenpago
Hello!

Thank you very much!

I put this
Code
<font color='#990000'>title here</font>
directly in the title field of the folder.

And works fine!

greets
Alex