Hello,
my website https://milanosakechallenge.com/products/iscrizione has a huge problem on the product page.
The add to cart button is empty and customers are not able to add the product to the cart or buy it smoothly.
Can anyone help me solving this problem?
Thanks in advance!
Nicola
Hi Nicola, add the below code to your theme’s CSS file.
.purchase-details button.add_to_cart span:after {
content: "Add to cart";
color: black;
}
@KabirDev thank you for your help!
Could you please let me know the precise name of the file I need to modify?
Thanks!
@KabirDev thank you, i was able to find the right file and modify it! Thanks, Nicola
Please try base.css file. You should find this file in the Assets folder.