Remove "Add to cart" button from all of the website

Hello, I want to remove the ‘Add to Cart’ button from my website.

My website is - fynorix.com.

I would appreciate your help!

Hi @Fynorix

  • Login to your Shopify Admin panel.
  • Navigate to Online Store → Themes.
  • Find the theme you are using and click on Actions → Edit Code.
  • In the left sidebar, locate and click on the Assets folder to open it.
  • Find and click on your theme’s main stylesheet file, typically called theme.scss.liquid or styles.scss.liquid.

button.add-to-cart, .btn, a.add-to-cart {
display: none !important;
}

If this solve your problem please like and mark this as solution.

Hey @Fynorix

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed