Page 1 of 1

Change color of text i main menu ?

Posted: 29 Oct 2008, 04:06
by howsa
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

Posted: 29 Oct 2008, 04:54
by mjau-mjau
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".

Posted: 29 Oct 2008, 05:16
by howsa
Thanks ...

To clear the cache is wise :D