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.