Drawer cart color change theme refresh

Solved
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
2782 555 794

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;
}
-

Need a Shopify developer? Email: guleriathakur43@gmail.com

,
- Skype: navrocks1
- Try GEMPAGES a great page builder.

View solution in original post

Replies 4 (4)
Guleria
Shopify Partner
2782 555 794

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

 

-

Need a Shopify developer? Email: guleriathakur43@gmail.com

,
- Skype: navrocks1
- Try GEMPAGES a great page builder.
dmwwebartisan
Shopify Partner
12265 2544 3677

@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
2782 555 794

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;
}
-

Need a Shopify developer? Email: guleriathakur43@gmail.com

,
- Skype: navrocks1
- Try GEMPAGES a great page builder.