The button above “Check out” says add to cart, but the text is whited out. I have messed with every text option through the theme customize, but cannot find out a reason why it does this. Can someone help?
Please share the link you’re facing the issue with.
Thanks.
Hi Sorry site is thecleansepods.com
Hi,
Your store theme settings for the button colors are already setup from theme editor but the following code is forcing to white (for button–secondary).
a.button {
color: #fff!important;
}
Please remove the above code from base.css.
Even if you removed the code but the button text is still not showing, please let me know.
Hope it helps.
Thanks.
Please add below css code in bottom of assets/base.css file
.cart-notification__links a.button {
color: rgb(var(–color-button-text)) !important;
}
Thank you.
