• grrrda

    (@grrrda)


    In the sidebar of the theme links appear in colour, on mouse-over they are underlined. That’s nice. However, in the main articles there is no underline. If the contrast is not very high, it is hard to see the links at all.
    Where can I change that?
    Thanks a lot in advance.

Viewing 1 replies (of 1 total)
  • Ok, you need to add this CSS to your custom CSS area:

    #content a:hover {
      text-decoration: underline;
    }

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Edit CSS to Underline Links’ is closed to new replies.