How to remove the add to cart button in Sense Theme?

Hello, I was hoping someone can tell me how to remove the add to cart button in the Sense Theme?

@Healthhomesolut ,

Please share the store URL and screenshot where you want to hide the button ?

@Healthhomesolut
Welcome to the Shopify community!
Thanks for your good question.

Please share your store URL.
So that I will check and let you know the exact solution here.

Hi @Healthhomesolut ,

Please share your store URL and if your store is password protected then please provide password too.

So that we can help you.

Thank you.

@Healthhomesolut , do this to fix it in 20 seconds:

  1. In your Shopify Admin go to: online store > themes > actions > edit code
  2. Find Asset > theme.scss.liquid or theme.css and paste this at the bottom of the file:
[class*='product-form'] > form{
    display: none !important;
}

Kind regards,
Diego

@Healthhomesolut

yes you just removed the button try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/section-main-product.css->paste below code at the bottom of the file.
.product-form__buttons {display: none;}

www.healthandhomesolutions.net

I just want to remove the “add to cart” button on all product pages but keep the “buy it now” button.

@KetanKumar @AvadaCommerce @diego_ezfy @Zworthkey

@Healthhomesolut

thanks for all details but how can i check your store password protect

Ok removed password

@Healthhomesolut

oh sorry your store password

@Healthhomesolut ,

Password please

@Healthhomesolut

thanks can you please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
.product-form__buttons .product-form__submit {
    display: none;
}

That did not work

@Healthhomesolut

oh sorry i thing something is missing if possible to add m e staff so i will quick fix

How do I do that?

@Healthhomesolut

yes, please check Managing staff

@Healthhomesolut

button.product-form__submit.button.button--full-width.button--secondary {
    display: none;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid

Will this effect the buy it now button too?

@Healthhomesolut ,

No

@Healthhomesolut our code work only add to cart button doesn’t effect other if any issue please send your theme zip code