Change color of main menu letters

Hello Cristina:
The CSS is embedded in the template index so to be able to change it you have to do other things.

I explain step by step:
1- Access the administration and go to the Template Manager
2- Click on “gk_blackandwhite” to enter edit mode
3- Go to the section titled “Dev Mode”
4- Click on the “Use override.css” button so that it is set to “On” (red) and click on “Apply” (upper right button with the green tick icon)
5- Click on “Edit CSS” (upper right button)
6- Find “override.css” in the list and check the box on the left (the circle) and then press the “Edit” button (top right). This will enter the editing mode of the “override.css” file.
7- The text box will be without styles, only with a “copyright” text.
At the end of it put this code:

.gk_is_text h4, .moduletable.bigtitle h3 span, .moduletable.bigtitle h3 { font-family: LeagueGothic; Colour:Red; }

Replace “red” with the color you prefer, even in hexadecimal format like #ffffaa, or whatever you like.
8- Save the changes by pressing the “Save” button located at the top right.

Additional explanations:
This file is loaded at the end of all CSS so it overrides any class you have defined before.
From here you can change everything you like, without having to modify the others.

Luck!

AnswerQuote

Answered : 04/09/2012 2:37 pm

See also  MySql proper language, fix accents, when copying...
Loading Facebook Comments ...
Loading Disqus Comments ...