Search…

X3 Photo Gallery Support Forums

Search…
 
howsa
Topic Author
Posts: 14
Joined: 29 Jan 2008, 02:06

Change color of text i main menu ?

29 Oct 2008, 04:06

Hello Forum ...

In the main menu there is a [+] for every folder. I would lige to change the current color blue to another. How ?

And i would like to change the name of "Gallery Menu" - how ?

Thanks in advance

howsa
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

29 Oct 2008, 04:54

To change the color of the [+] icon, goto your theme, and click to edit stylesheet. Locate the class:
Code
.mainmenu_node {
	font-family: "Courier New", Candara, Arial, "Times New Roman";
	color: #66CCFF;
	font-size:12px;
}
... change the color there and click "save". You may need to clear your browser cache to see the change.

To change the name "gallery menu", goto config, click "English language"(unless you are using a different language) in the right panel, find the item "mainmenu" and change it from "Gallery menu".
 
howsa
Topic Author
Posts: 14
Joined: 29 Jan 2008, 02:06

29 Oct 2008, 05:16

Thanks ...

To clear the cache is wise :D