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