Viewing 2 replies - 1 through 2 (of 2 total)
  • This is a theme issue, not a WordPress issue. 🙂

    On that page you have this CSS style rule:

    .broken_link, a.broken_link {
        text-decoration: line-through;
    }

    The links on that page are set with the class of .broken-link so they are taking on that style. You can either remove the class from the link, or remove the style definition and they will look “standard” again.

    Thread Starter Dr_Pollard

    (@dr_john_pollard)

    Many Thanks Michael,

    I’m sure I never would have figured that out,

    John

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Strange Linking Behavior’ is closed to new replies.