Link color isn’t changing from the theme settings
-
Hi I have set the link colors to be a blue color under theme settings< styles and colors < colors but I noticed that it is pulling the link color from another location which I can’t figure out how to change it. It seems like it is pulling it from the class [class*=”color-scheme-light”] which I am not sure where this is.
Here is an example: https://env-flashionstatementcom-fsstaging.kinsta.cloud/product/custom-light-up-shirts/
if you go to the product description, the second to last bullet point says “The EL Panel can be cut into… ” well the words ‘EL Panel’ are a link and you can see that the color is different than what I have set on the theme settings. Can you please help me figure out where it is pulling the color from and how I can change it?
Attachments:
You must be
logged in to view attached files.
Hello,
It’s because you have a dark theme which uses the light color scheme, try to use the code below for help:
body {
--wd-link-color: blue !important;
}
Kind Regards
Where would I put this? Under theme settings < custom css?
Hello,
Put that code in Theme Settings -> Custom CSS -> Global custom CSS area.
Clear the cache and recheck the issue.
Kind Regards