in my Product Page
Add to cart don’t show it replaced by ask me a question
it’s link of product page
https://soliikids.com/collections/organic/products/swaddle-towel-2
in my Product Page
Add to cart don’t show it replaced by ask me a question
it’s link of product page
https://soliikids.com/collections/organic/products/swaddle-towel-2
Hi @MakkinIbrahim ,
I think the problem is in the theme you’re using. It’s showing for all of the products. I would contact the developer of the theme if it’s paid. If it’s a Shopify default theme, you will need to contact them. You can, for sure, insert the code for add to cart button to the product file but I don’t recommend this since the theme might be changed.
In your Shopify Admin go to: online store > themes > actions > edit code
Find Asset > pre_theme.min.css and paste this at the bottom of the file.
.catalog_mode_true #callBackVariant_ppr {
display: block !important;
}
Thanks!