Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello, I need to urgently remove these buttons from my cart page - is anyone able to help?
Thanks you!!
Solved! Go to the solution
This is an accepted solution.
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!
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!
This is an accepted solution.
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!