Hi,
I am trying to hide the add to cart button on all my products but can't figure out how.
I am using Bold Memberships and am trying to use purely just that button (BUY MEMBERSHIP).
Thanks in advance
Solved! Go to the solution
Hello AmeliaMckie,
Please share your site url.
So that i can check and let you know the exact solution here.
This is an accepted solution.
Hello AmeliaMckie,
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss.liquid
button#AddToCart--product-template {
display: none;
}
Hello ripetose,
Please share your site url.
So that i can check and let you know the exact solution here.
Hello ripetose,
To remove add to cart button on product page.
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss.liquid
.product-form__controls-group.product-form__controls-group--submit .btn.product-form__cart-submit {
display: none;
}
User | Count |
---|---|
24 | |
24 | |
23 | |
19 | |
13 |