Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Re: Drawer cart color change theme refresh

Solved

How can I change the color of my checkout drawer button?

WRXANDY
Visitor
2 0 0

Hello I need help regarding my check out drawer button color as you can see its barely visible.

And you can see my buy it now button in the same.

Thanks

 

WRXANDY_0-1690585473714.png

 

Accepted Solution (1)
Guleria
Shopify Partner
3684 740 1038

This is an accepted solution.

Follow these steps:

1. Go to Online Store -> Theme -> Edit code

2. Open your base.css file and paste the following code below: 

.drawer__footer #CartDrawer-Checkout, #checkout {
    background: #000;
}
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder

View solution in original post

Replies 4 (4)

Guleria
Shopify Partner
3684 740 1038

Hello @WRXANDY ,

Follow these steps:

1. Go to Online Store -> Theme -> Edit code

2. Open your base.css file and paste the following code below: 

.drawer__footer #CartDrawer-Checkout {
    background: #000;
}

 

Thanks

 

- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder

dmwwebartisan
Shopify Partner
12323 2552 3732

@WRXANDY 

Please share your store URL!

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
WRXANDY
Visitor
2 0 0
Guleria
Shopify Partner
3684 740 1038

This is an accepted solution.

Follow these steps:

1. Go to Online Store -> Theme -> Edit code

2. Open your base.css file and paste the following code below: 

.drawer__footer #CartDrawer-Checkout, #checkout {
    background: #000;
}
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder