Hello, I need to urgently remove these buttons from my cart page - is anyone able to help?
Thanks you!!
Hello, I need to urgently remove these buttons from my cart page - is anyone able to help?
Thanks you!!
Please share your website URL and password if any. I will check and provide a solution here.
Thanks!
Hello @dmwwebartisan
My website is
https://greenify-co.myshopify.com/
I would like the express checkout to remain in the check out but not the cart if possible.
Thank you!
@Gem3 - add this to the very end of your theme.scss file
.template-cart .additional-checkout-buttons{display: none; opacity: 0; visibility: hidden;}
Thanks for the URL. Please add the following code at the bottom of your assets/theme.scss.liquid file.
.template-cart .additional-checkout-buttons{
display: none;
}
Hope this works.
Thanks!