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 
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 
Hopefully, it will help you. If yes then Please don’t forget to hit Like and Mark it as the solution!
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 
Hello!
The cart thing is not working, can you help me with it? 