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
A user reports that their checkout drawer button is barely visible due to a color issue.
Problem:
Proposed Solution:
Multiple users provided the same CSS fix:
base.css file.drawer__footer #CartDrawer-Checkout or #checkout)background: #000; to change the button color to blackCurrent Status:
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
Hello @WRXANDY ,
Follow these steps:
Go to Online Store → Theme → Edit code
Open your base.css file and paste the following code below:
.drawer__footer #CartDrawer-Checkout {
background: #000;
}
Thanks
Follow these steps:
Go to Online Store → Theme → Edit code
Open your base.css file and paste the following code below:
.drawer__footer #CartDrawer-Checkout, #checkout {
background: #000;
}