Shopify themes, liquid, logos, and UX
Hello all! I'm having some trouble with the add to cart pop-up, it appears transparent, you can still see the words and checkout button but there's no color so its hard to read and I cannot figure out how to add a background color to it. any help would be greatly appreciated 🙂
store url is michaelgrp.com
Hi @mgrp
Are you using an application for this add to cart pop-up? If so, I highly suggest that you reach out to the app developer so, they can further check the settings of your app or any error that might be causing this issue.
I am not, no
Hello @mgrp
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
div#cart-notification {
background: #fff !important;
}
.cart-notification__links a.button {
color: #000 !important;
border: 1px solid #000 !important;
}
form#cart-notification-form button {
border: 1px solid #000 !important;
}
</style>
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Please help me sir! Thank you.
Hi there! unfortunately that didn't work for me
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025