Search…

X3 Photo Gallery Support Forums

Search…
 
linsenpago
Topic Author
Posts: 4
Joined: 14 Aug 2013, 04:18

Change color of one entry in mainmenu

02 Sep 2013, 08:57

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
Attachments
menutitle.jpg
menutitle.jpg (38.6 KiB) Viewed 2020 times
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: Change color of one entry in mainmenu

03 Sep 2013, 04:00

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>
 
linsenpago
Topic Author
Posts: 4
Joined: 14 Aug 2013, 04:18

Re: Change color of one entry in mainmenu

03 Sep 2013, 04:56

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