How to get link anchor to show up in color

L Started by Lisa · April 15, 2020 at 10:23 am · 5 replies 0 voices Last reply 6 years ago
L
Lisa Original poster Member
#1

I am embedding links in some of my copy but the text I use as the anchor does not change color and there is no way for the reader to know there is a link there unless they hover the cursor over the text and then it turns red. Is there a way to have the anchor text appear in color so the reader knows it is a link?

ST
Spiracle Themes Original poster
#2

Hi Lisa,

Try the CSS below

article a {
color: #d22a2a !important;
}

Paste it in Appearance -> Customize -> Additional CSS

Best Regards

PS: If you really like our theme, please leave a review so that others can know about it.
WRITE A REVIEW

C
Callie Original poster
#4

This messes too many other things up. It changes the color of the post title and messes up link color in some widgets. Surely there’s a way to change link colors in just paragraph text not apply to the rest of the page?

ST
Spiracle Themes Original poster
#5

Hi Callie,

Try this CSS

.single article p > a {
color: #d22a2a !important;
}

and let us know if it works for you or not

Best Regards

Post a reply

Join the conversation. Be kind — this is a public forum.

Replying to How to get link anchor to show up in color

By posting, your reply becomes public (unless marked private).