Hello,
I am attempting to remove both the add to cart button, and buy now button from my product pages, but have no success. Blockshop doesn’t have theme.css option.
Password: felisaves
Any help would be highly appreciated.
Thank you
Hello,
I am attempting to remove both the add to cart button, and buy now button from my product pages, but have no success. Blockshop doesn’t have theme.css option.
Password: felisaves
Any help would be highly appreciated.
Thank you
Hi @KurePro ,
You can follow the instruction below:
.product-page--cart-form {
display: none !important;
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
oh sorry for that issue can you try this code
.product-form--button-container, .product-form--smart-payment-buttons {
display: none !important;
}
This worked perfectly. Thank you sir!