Hi there,
I’m recently encountering with an issue that:
The Custom CSS code below has mistakenly affected the text color of “Proceed to Checkout” and “Add to Cart” Buttons.
/* unvisited link*/
a:link {
color: #ff75a3;
}
Screenshot:
https://ibb.co/ioXDHy
https://ibb.co/d2v3jd
I would like to use this custom CSS code to change the unvisited link color on my website, So could you please advise what I’m supposed to do to change the button text color to “WHITE” in other ways?
Thanks very much
Regards
Graham