Change the background color of the cart drawer in Dawn Theme

Hi There,

Please could you help, I want to change the cart notifaction drawer from black to white, as I can see the text for the terms and conditions tick box?

Hi @druidpell

Please share the store URL so I can check it again for you

Best,

Daisy

www.xppensouthafrica.co.za

1 Like

So I would like to keep the header black, How would i change the text color then? as the terms and condistions is the same color a as the header?

@khushalahir Ive change that, but when I go to theme settings i dont have a cart option. Please see snippet

Hello @druidpell

Go to Online Store, then Theme, and select Edit Code.
Search for assets/base.css Add the provided code at the end of the file.

.cart-notification.active {
    background: #aba1a1;
}