This topic has 2 replies, 2 voices, and was last updated 6 years, 5 months ago ago by Rose Tyler
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
Hello,
Please use this code also:
.btn-checkout, .checkout-button {color: white !important;}
Regards
You must be logged in to reply to this topic.Log in/Sign up