Hi I want to remove the “view on Amazon “ button on my store and replace it with a normal add to cart button, how do I do that?
Hi @Langa1233 , can you share store URL?
Hi @Langa1233
You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file
.product-form__submit {
font-size: 0 !important;
}
.button:after, .shopify-challenge__button:after, .customer button:after, .shopify-payment-button__button--unbranded:after {
content: "Add to cart" !important;
font-size: 16px !important;
align-items: center !important;
display: flex !important;
justify-content: center !important;
}
Result
Best,
Liz
I fixed it, but I still have a problem when I press the add cart button it still directs me to Amazon, how do I make it just make it add a cart item to my website as a product customers want to buy
