website title color.

Leetomic / 2013-06-25 08:04:48   

I want to change the website title's color from grey to black.

and i found a thread about this.

#index h1 a {
color: #FF00FF;

like this. But the thing is i haven't found "#index h1 a" in my style css.
( i can only find " h1 { font-size: 12px; " this kind of line;;;)
If i have to insert the lines, where should i insert?
here is my website:

leetomic.com

please help.

arsondpi / 2013-06-25 11:07:36   

Simply add them to your style.css

This thread has been closed, thank you.