Change badge color on cart view - Dawn Theme Shopify

Hi,

I managed to change the badge color on the product page of my shopify dawn theme website, but I would also like to change the title and badge color when I’m on the cart part of my website:

Any other place where this badge might show and so I would have to change the color there too?

Thanks,

Hello @tigas31

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.

h2.title.inline-richtext.h2.scroll-trigger.animate--slide-in {
    color: red !important;
}
.card__inner.color-background-2.gradient.ratio .badge {
    color: #fff !important;
    background: #000 !important;
}