• Resolved M0nkey

    (@m0nkey)


    I prefer no underline for the links at sidebar (e.g. recent posts) so I added this code to custom CSS

    a:link {text-decoration:none;}
    a:visited {text-decoration:none;}

    But it also removed underline for the links within each blog post. Any easy way possible to retain the text decoration within blog post? Do I need a child theme to accomplish this?

Viewing 4 replies - 1 through 4 (of 4 total)
  • If nobody respond to you, I’ll take a look maybe tomorrow, now I’m on tablet and uncomfortable
    In the meantime post the page URL

    Thread Starter M0nkey

    (@m0nkey)

    Hi tizz, thank you for offering your assistance.

    An example post is here. The words “Green Chapter” and Facebook page “here” are actually hyperlinked but is not obvious without an underline unless your cursor happen to hover over the words.

    Replace the code that you added with:

    .widget a {text-decoration:none;}

    Or keep it but add a thing like that:

    a {color:#000000;text-decoration:none;}

    In custom CSS area

    Thread Starter M0nkey

    (@m0nkey)

    Perfect! Thanks a zillion!

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

The topic ‘Text decoration on links’ is closed to new replies.