Hello,
I’m attaching an image to show what I need help with. Certain things aren’t showing due to colors, but not sure how to change/fix. In this particular case, the icon that shows the number count in the cart, and the checkout button.
Thank you!
Jenni
Hey, please provide store URL
Moeed
August 24, 2023, 5:31am
3
Hey @JCaloBC
Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!
Best Regards,
Moeed
And what is the storefront password?
Hello again @JCaloBC ,
From your Shopify admin, go to Online Store > … > Edit Code
Find the file called component-cart.css and add the following code to the bottom of it:
.cart__ctas button {
background: white !important;
}
Then, to fix the number on the cart, proceed to the file called base.css and add the following code to the bottom of it:
.cart-count-bubble {
background-color: white !important;
}
THANK YOU!! that worked! Appreciate you help!!
You’re welcome!
Please like and mark our reply as a solution
1 Like