I’m having a hard time changing link colors through css. We want to keep the main links white, but there are times when the link is on a white background so we need to change those colors. Thoughts?
Hello @CrossTown,
Thanks for writing in!
Can you please share few screenshots as I am unable to replicate the problem on my end?
Thanks.
One of the pages that has the issue is here: http://ripplesofgrace.com/kidzone/ I want to change all the link colors to a blue color on that page, but I want the mast link color to stay white.
Hi There,
Acess your page via Cornerstone > CSS on the very left thin tab > add the following code
article a {color: red !important;}
Hope it helps
AWESOME! Thank you so much!
You are welcome!