Change colour of added to cart popup (DAWN THEME)

Hello!

Im trying to change the colour of the pop-up that comes after you add to cart -

I wanna change the next on “Gå till kassan” but i cant seem to find how, anyone wanna help me?
And i also wanna change the colour of the “Lägg i varukorgen” on product pages
And if possible also on the quick add buttons on front page :slightly_smiling_face:

Thanks so much!

Site is www.hundben.se

Hi @Lilboris

Hope you are doing well.

I think you want to add the color greeny to that button so paste this code inside the file base.css to very bottom

#cart-notification-form, .button.button--primary.button--full-width {
    background-color: #203a21 !important;

}

.cart-count-bubble {
    background-color: #203a21 !important;
}

I have also fixed the color for the cart as well since it was looking blue alone :sweat_smile:

Hopefully, it will help you. If yes then Please don’t forget to hit Like and Mark it as the solution!

I think it worked? :grinning_face_with_smiling_eyes: I changed cart layout at the same time, but it looks greeny now :wink:

Weird thing - the cart bubble still blue :disappointed_face: I added the whole code at bottom on base.css, any idea why it does not work? :grinning_face_with_smiling_eyes: Thanks alot for the swift help

Lilboris_0-1710706685414.png

Hello @Lilboris ,

Go to Shopify admin > Themes > Edit code > search base.css file

Now add this code at the bottom of base.css file

.drawer.active .drawer__inner{
background-color: antiquewhite; /* add your favorite color here*/
}

and save the changes.

Thanks for the respons.

I dont want to change the colour of the cart, i want to change the colour of number of items in the cart, the dark blue at the top right when you have tems in cart:

Thanks :grinning_face_with_smiling_eyes:

Hello!

The cart thing is not working, can you help me with it? :slightly_smiling_face: