Underlining Links in Text in "Ideation and Intent"

  • Unknown's avatar

    HI

    dumb question from a CSS newbie. I can modify my text with the CSS editor. My template does not underline weblinks, and the number of click throughs on the links has declined.

    How do I code underlining text for weblinks, inside the blog post itself?

    Thanks in advance

    http://kingofages.com/

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    You can use CSS to make links appear underlined.

    To make all links in the Ideation and Intent theme have an underline, add this to your Appearance → Custom Design → CSS editor:

    a {
    	text-decoration: underline !important;
    }
  • The topic ‘Underlining Links in Text in "Ideation and Intent"’ is closed to new replies.