Shopify themes, liquid, logos, and UX
Hello,
I am using Refresh theme and I would like to remove the checkout button from the cart drawer popup.
Any ideas ? I tried some code from other topic but it isnt working...
Have a good day !
Solved! Go to the solution
This is an accepted solution.
Hi @KilikOo
You can try this code by following these steps:
Go to Online store => themes => actions => edit code and add this code on file theme.liquid before tag </body>
<style>
form#cart-notification-form {
display: none;
}
</style>
Hope this answer helps.
Best regards,
Victor | PageFly
Do you have a store preview link?
button#CartDrawer-Checkout {
display: none;
}
should work on refresh theme.
In what file should I copy that ?
If you don't have a custom css file, then you can paste it at the bottom of base.css
thank you!
This is an accepted solution.
Hi @KilikOo
You can try this code by following these steps:
Go to Online store => themes => actions => edit code and add this code on file theme.liquid before tag </body>
<style>
form#cart-notification-form {
display: none;
}
</style>
Hope this answer helps.
Best regards,
Victor | PageFly
Hello @KilikOo
You can follow these steps:
1. Go to Online Store->Theme->Edit code
2. Open your theme.liquid file, paste the below code before </body>
<style>
div#cart-notification #cart-notification-form {
display: none;
}
</style>
I hope the above is useful to you.
Kind & Best regards,
GemPages Support Team
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025