How to change the title color linked to node to blue color? I am trying to find this in the css but I can't find it.

Comments

Jeff Burnz’s picture

Have you tried Firebug?

style.css (line 405)
div.node h2 a:link, div.node h2 a:visited, div.node h2 a:active {
color:#222222;
text-decoration:none;
}

jaypabs’s picture

Thank you very much. I forgot I have firebug in firefox. I am using google chrome a lot that's why I forgot this nice tool.

Thanks again

Download free source code

Jeff Burnz’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

smanimano’s picture

Issue summary: View changes