How do i change checkout button and cart icon color?

Hey does anyone know the code on how to change the checkout button and cart icon color specifically? i only want these 2 color change thanks - DAWN THEME

Hi @vitamins460 ,

You can do that by adding those CSS code in your base.css file

.cart__checkout-button {
background: #add-color-code-here !important;
}
.header__icon--cart {
color: #add-color-code-here !important;
}

hey would you know how to change the cart number notification ?

You can use this code

.cart-count-bubble { background-color: #your-code !important; }

Thank you so much!