How can I make my links in my blog posts not underlined?

Hi,

Id like my links in my blog posts to not have the underlined format. How can I achieve this?

Thanks in advance,

Hello Maika,

I hope you are doing well today.

You can use the following CSS code to remove the underline by going to Appearance > Customize > Additional CSS and pasting it there.

/*Link underline removal*/
.markup-format a {
    text-decoration: none;
}

Best Regards,
Support

Hi,

Thanks for your reply. I inserted the code but the links in my blog still appear underlined.

my site is wellnesspreneur.co