• I’ve seen a dozen posts that deal with this topic and I was wondering if someone could just tell me where exactly in my style sheet do I go to change the color and style of active links. Right now they are the same color of the post. They do change color once you’ve visited them and the hover is set to underline. But I want it to be underlined all the time. The theme I’m using is Letterhead 1.0. Thanks for any help, I’m at my wits end!!!

Viewing 1 replies (of 1 total)
  • If you want to change it for all the links on your page, look for this section in your style.css:

    a, h2 a:hover, h3 a:hover {
    color: #800080;
    text-decoration: none;
    }

    Remove the text-decoration: none; line.

Viewing 1 replies (of 1 total)

The topic ‘Underlined links’ is closed to new replies.