How to change the color of the checkout button at the drawer?

I use enterprise theme. When a product is added to cart, then the drawer is opening. At the drawer; the checkout button at the very below of the drawer has no color so that the customer don’t see it. It’s color is changing only when you hover the button.

so, if we can make a color in standard, then the button will be visible.

can you help please?

Hi @Heyemac

I saw you change to use cart page already, is there anything else I can help?

Best,

Daisy

Hi @Heyemac

If you want to come back to use the cart drawer, please use this code to change color of check out button

.cart-drawer__checkout-buttons > button {
    background: red !important;
    color: yellow !important;
}
  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.

Here is the result: https://prnt.sc/y277udlics_g

I hope this helps

Best,

Daisy