Re: Request for Support in Removing "Add to Cart" Button on Shopify Impact Theme

Request for Support in Removing "Add to Cart" Button on Shopify Impact Theme

namiran
Visitor
1 0 0

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.

Reply 1 (1)

SteveC_Help
Shopify Partner
11 2 3

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

Product Page Template 01.png

Product Page Template 02.png

 

This should remove the Add to Cart button from the selected product template.

 

Hopefully, that helps or is at least a starting point. Cheers.