• Daryle

    (@daryledickens)


    I would like the links in my blog posts to be underlined but do not want the article titles to be underlined. So for I have not been able to find the right CSS for that task. Any help is great. Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi!

    Try this custom css:

    a { text-decoration: underline; }
    .post-title a { text-decoration: none; }

    Thread Starter Daryle

    (@daryledickens)

    Thank Alexander for the code but it did not work. The article titles on the front page that are links still also underline with that code.

    My biggest goal is to make the links in the articles more obvious.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Underline links but not post titles’ is closed to new replies.