I need help with an issue. The checkout button on the Cart page is displaying an incorrect color, and it only changes to the correct color after hovering over it. On mobile devices, this makes it difficult to see. I am using the Dawn theme, but I have been unable to find a solution to the problem. All of the other buttons on the site are functioning properly. The checkout button in the drawer cart is working correctly, but the issue only exists on the Cart page. Can anyone offer guidance on how to resolve this?
Hi @rozamond ,
This is Victor from PageFly - Landing page builder, I’d like to suggest this idea for solution:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/theme.css->paste below code at the bottom of the file:
.cart__checkout-wrapper button {
color: white !important;
background: black !important;
}
NOTE: You can change value Black and White to fit your website
Hope my answer will help you.
Best regards,
Victor | PageFly
1 Like