• Is there an option to add an underline to inline links?
    If not is there a way to add underlines to links in paragraphs and headings?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • hannah

    (@hannahritner)

    Hey,
    This css should add an underline to your links within the page content:

    .entry-content a {
    text-decoration: underline;
    }

    Just paste that into your custom css box in Theme Options > Advanced Settings.
    Hope it helps!

    Hannah

Viewing 1 replies (of 1 total)
  • The topic ‘Underline Link Text’ is closed to new replies.