All things Shopify and commerce
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello,
I hope this email finds you well. I am reaching out to seek assistance with customizing my online store on Shopify, using the Impact theme version 4.8.0. My goal is to remove the "Add to Cart" button when I activate the "Buy Now" button, but despite my attempts, I have been unsuccessful in doing so. I am therefore seeking your guidance on the best method to achieve this modification. Detailed instructions or any guidance toward an appropriate solution would be greatly appreciated. Thank you in advance for your valuable assistance.
Hi Namiran,
I should be able to help you out on this one!
If you navigate to your product page (Online Store > Customize > Top Dropdown "Products" > Select Template), Click "Product Page" under Template, scroll down to Custom CSS and add the following code:
.button--xl {
display: none;
}
Visual Steps
This should remove the Add to Cart button from the selected product template.
Hopefully, that helps or is at least a starting point. Cheers.