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?
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
}));
By 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, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024