• Hi guys. I’m having a little problem with a permalink issue. The permalink is a link to another page in my site. It links correctly but the text font color changes to a different color than the other permalink text on the same page. i can’t figure out why it is doing this. Here is the page where I’m having the trouble.
    http://mayoperformance.com/?page_id=16
    You can see that diagnostic services and brakes are a different color than the rest of the linked text.
    Thanks for any help
    David

Viewing 1 replies (of 1 total)
  • Because there was styling added to VISITED links for your theme.

    Open you the style.css file of your current theme folder and comment-out or delete this block:

    a:visited, a.visited {
    color:#373B35;
    font-family:Arial,Helvetica,Sans-Serif;
    text-decoration:underline;
    }

Viewing 1 replies (of 1 total)

The topic ‘Permalink text problem’ is closed to new replies.