How can I fix color issues in the Dawn Theme?

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

Hey @JCaloBC

Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!

Best Regards,
Moeed

shopify.com/store/bon-couer-home-wellness

And what is the storefront password?

GertieBea

Hello again @JCaloBC ,

  1. From your Shopify admin, go to Online Store > … > Edit Code
  2. 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