Crater Theme Help Free theme

Link colors in page body, where do you change it globally?

N Started by Nancy · November 18, 2021 at 10:01 pm · 1 reply 0 voices Last reply 4 years, 7 months ago
N
Nancy Original poster Member
#1

There doesn’t seem to be an option in the theme colors section to change the URL link color for text content in the body of a page.
It has the default WordPress blue and I can’t seem to find where to modify that. It is usually in the customize settings for whatever theme
you are using. Trying to override it in page code changes the text color but the underline is still the default blue.

ST
Spiracle Themes Original poster
#2

Hi Nancy

Did you check the Appearance -> Customize -> Color Settings -> Blog Links and Links Hover settings?
If this does not works, then use the following CSS

a:hover {
color: #d54545;
}

Copy & Paste it in Appearance -> Customize -> Additional CSS
Also change the color hex code according to the requirement

Best Regards

Post a reply

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

Replying to Link colors in page body, where do you change it globally?

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