Viewing 2 replies - 1 through 2 (of 2 total)
  • I don’t see any gray broken underlines. I see solid underlines?

    Generally speaking though what you want to look for in the stylesheet are the ‘a’ tags– a,a:link,a:visited,a:hover,a:active. Your basic text related commands should work– font, text-transform, color, and such.

    roychan,

    Just for reference:

    a {
       text-decoration: nonw;
       }

    Something similar to the above is what you are looking for to remove underlines on links. This is a CSS question and not WordPress specific. Here is a good place to start learning CSS: http://www.w3schools.com/css/

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Underline link’ is closed to new replies.