How can I remove the Add To Cart button in Debut theme?

Topic summary

A Shopify store owner using the Debut theme wants to remove the “Add to Cart” button while keeping only the “Buy It Now” option. Their initial attempt to delete the button code caused the product page slider to malfunction.

Solution provided:

  • Navigate to Online Store → Theme → Edit code
  • Open Assets → theme.css
  • Add the CSS code: .product-form__cart-submit { display: none; }
  • Paste at the bottom of the file
  • Changes apply after 5-6 seconds

Follow-up questions:

  • One user asked whether “Buy It Now” also adds items to cart, or if customers can return to build a multi-item cart
  • Another user reported the solution didn’t work on their site (sharkstale.art)
  • A third user confirmed success but noted their file was named theme.scss.liquid

The original poster confirmed the CSS solution worked perfectly for their store.

Summarized with AI on November 7. AI used: claude-sonnet-4-5-20250929.

@KetanKumar

Hey!
Thanks for your reply.

I sent my website url to you via private message. Check it our please.

Awaiting for your reply!
Thanks.

1 Like