A user working with Shopify’s Sense theme needed to remove the ‘Add to Cart’ and ‘Buy Now’ buttons from product pages. Disabling ‘Show dynamic checkout buttons’ in theme settings didn’t achieve the desired result, and several YouTube tutorial methods also failed.
Successful Solutions Provided:
CSS Method: Add custom CSS code to the theme.liquid file (above the </body> tag) to hide the buy buttons using display:none styling. This solution was marked as accepted and worked for the original poster.
Theme Editor Method: Remove the ‘Buy buttons’ block directly through Online Store > Themes > Customize > Products > Default product.
Follow-up Question:
Another user asked if it’s possible to remove only the ‘Add to Cart’ button while keeping the ‘Buy Now’ button, but reported no success with attempted methods. This specific customization remains unresolved in the thread.
Summarized with AI on November 9.
AI used: claude-sonnet-4-5-20250929.
Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.
Wow, this was so simple! Is there a way to do it this way while only getting rid on the 'Add to Cart" button but keeping the “Buy Now” button? Thank you in advance!