How to change dawn theme drawer settings?

Hi. I was wondering that how do you change dawn theme drawer checkout button colour?

this button^^

Also I would like to make the text bold! How do you do that also?

Thanks!

@Piirretty

Hello

Please give me the store URL then i will help you. and also give me the color code which color want you on checkout button?

Hi!

https://piirretty.myshopify.com/

and colour I want for the button is #30fcb4

Also would love to get the checkout button text to bold!

Thanks!

Hi @Piirretty

This is Victor from PageFly - Shopify Page Builder App, I’d like to suggest this idea:

Online Store ->Theme ->Edit code

Assets ->Component-cart-drawer.css

.cart-drawer .cart__checkout-button {
    background-color: #30fcb4;
    --border-offset: 0 !important;
    --border-opacity: unset !important;
    font-weight: bold;
}

Hope you find my answer helpful!

Best regards,

Victor | PageFly

Hey! Thank you so much!

Only thing I would like to add is to make the button text color black, so its easier to see. Otherwise its perfect now.

Hi @Piirretty

This is Victor from PageFly - Shopify Page Builder App, I’d like to suggest this idea:

Online Store ->Theme ->Edit code

Assets ->Component-cart-drawer.css

.cart-drawer .cart__checkout-button {
    color: #000 !important;
}

Hope you find my answer helpful!

Best regards,

Victor | PageFly