How to change the Checkout button color to white and text color to black?

I have used too many additional codes from the community to make everything black on my website. This changed the Checkout button’s color too.

I want to make the button white and the text color of “Check out” to be black.

Also, I want to change the quantity text color too. The number “1” is blacked out but “QUANTITY” is fine.

Thank you.

Hi @omnstores

This is Henry from PageFly - Landing Page Builder App

You can try this code by following these steps:

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

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file → Save

.cart__ctas button {

background: white !important;

color: black !important;

}

Hope that my solution works for you.

Best regards,

Henry | PageFly