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
As in the following picture, the MonsterCart app's Cart is overlaying with the Theme's cart.
How do I fix this? I went through the App and Theme's setting but can't seem to find a solution
Solved! Go to the solution
This is an accepted solution.
Hi @AMÉNDE ,
I have written custom CSS for this solution. Please follow below steps and let me know your feedback.
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code just above tag </body>
<style>
.quick-cart {
display: none!important;
}
</style>
If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!
Best Regards,
Makka
Hi @AMÉNDE ,
When I reviewed your site, https://amende.it/, I didn’t notice the issue of the MonsterCart app’s cart overlaying with the theme’s cart. Could this be happening on a different theme or a specific device/browser? Let me know if you’re using another theme or if the issue occurs under certain conditions so I can assist you further.
Just now activated the app again, not wanted to have this problem live on my website. You should be able to see the issue as described now.
Thanks and waiting on your response!
This is an accepted solution.
Hi @AMÉNDE ,
I have written custom CSS for this solution. Please follow below steps and let me know your feedback.
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code just above tag </body>
<style>
.quick-cart {
display: none!important;
}
</style>
If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!
Best Regards,
Makka
Hi @AMÉNDE
It seems that you hid that app away. Could you please show it again so we can see the issue and help you fix it?
Best,
Daisy
This happens to a lot of people's carts and themes with Monster Cart. Yes you'd have to write custom CSS to hide the theme cart as it's not built to automatically handle it. If you don't have a developer and are not confident in touching the code, the Cart App Unicorn is a great solution that doesn't show both theme and cart app. It automatically hides the theme cart.