Shopify themes, liquid, logos, and UX
Hello, I've been trying to figure out how to change the color of the cart drawer's but am having a hard time. I've tried to change literally every single color option on the settings, and the Cart drawer remains transparent. Originally the background was white. I've tried to search for answers in the forum, and even went to the Code, trying to figure out if I could change the color there, but I had no luck. I really don't know what to do anymore. Please help me!
Solved! Go to the solution
This is an accepted solution.
Hi @cremildebispo , go to edit code > assets > theme.css and add this:
.cart-dropdown{
background-color:#fff!important;
}
This is an accepted solution.
Hi @cremildebispo , please share store url and password (if it's password protected) so I can take a look. 🙂
Hi @MarinaPetrovic , thank you so much for your reply.
Here is the login data:
https://www.cremildebispo.com/
cremildebispo20222022@
This is an accepted solution.
Hi @cremildebispo , go to edit code > assets > theme.css and add this:
.cart-dropdown{
background-color:#fff!important;
}
This is an accepted solution.
Thank you so much @MarinaPetrovic ! 🤗
You just nailed it
Hi @MarinaPetrovic , could you please help me with another similar situation?
I'm having the same issue with my 'Quick Add' buttons. They we're white, and now they are transparent. I don't know how this happened 😩 cann you help me please?
Quick Add button transparent
Hi @cremildebispo , go to edit code > assets > theme.css and add this:
.selector-wrapper__scrollbar,
.slideup__inner--button{
background:#fff;
}
Hello - for broadcast theme, would you happen to know the javascript is to launch the cart drawer?
@rodneycharles this code is launching the drawer but not opening the updated one if anyone knows how to open the updated one please let me know
document.dispatchEvent(new CustomEvent("theme:cart:toggle", {
bubbles: true
}));
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