Adding Underlines for URLs

Hi,

Is there a way to add underlines for URLs within blog posts and pages (but not where it says LEAVE A COMMENT)?

For example the links here are in blue but not underlined:

Want it more like this: https://createandgo.co/blog-writing-tips/

Thanks!
Sharon

Hello Sharon,

Thanks for writing in!

To add underline in your content links, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

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

We would loved to know if this has work for you. Thank you.

Works great! Thank you!

Do you know how to make this: “Read more” smaller? To make it the same size as the body copy?

On the home page of digitalnomadquest.com

Thanks!

Hi Sharon,

To make the “Read more” font size a little bit smaller and the same as the post excerpts, please make use of this code

.more-link {
    font-size: 1.5rem;
}

Please let us know if this works out for you.

Thank you it works!

You are most welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.