How do I change color settings for the hyperlinks in my body content (NOT the header/logo area)? I can’t find it in General Styling.
Hi strengthcoaching!
Please add following code to Quick CSS and adjust as needed
.main_color a { color: inherit; }
.alternate_color a { color: inherit; }
Best regards,
Yigit
Where do I put the color hex number? Does it replace the word inherit? Please give me an example.
Hey!
Yes, Yigit provided the code to get the main color of the element, but you can change it with what yiouneed.
Let us know if it is not working out for you
Regards,
Basilis
Got it. It’s only working for the link color but not the rollover for the link. How about that?