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
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024