Hello, I was hoping someone can tell me how to remove the add to cart button in the Sense Theme?
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:
- In your Shopify Admin go to: online store > themes > actions > edit code
- 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
yes you just removed the button try this code
- Go to Online Store->Theme->Edit code
- 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.
thanks for all details but how can i check your store password protect
Ok removed password
oh sorry your store password
Password please
thanks can you please try this code
- Go to Online Store->Theme->Edit code
- Asset->/base.css ->paste below code at the bottom of the file.
.product-form__buttons .product-form__submit {
display: none;
}
That did not work
oh sorry i thing something is missing if possible to add m e staff so i will quick fix
How do I do that?
yes, please check Managing staff
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?
No
@Healthhomesolut our code work only add to cart button doesn’t effect other if any issue please send your theme zip code