Hi,
Need your help on the cart page please!
-
On Cart page, how can I change the color of ‘Quantity #’ button to White?
-
On Cart page, how can I change the Hover state color of ‘Check out’ button?
See attached screenshot
Hi @jk888 ,
This is Victor from PageFly - Landing page builder, I’d like to suggest this idea:
I answered in your previous thread. It will have white background even at checkout page
change the Hover state color of ‘Check out’ button
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/component-cart.css->paste below code at the bottom of the file:
button#checkout:hover {
background: red;
}
You can change color value to match your store
Hope my answer will help you.
Best regards,
Victor | PageFly
Hi @jk888 ,
Glad to support you today.
You can check out my suggestion below to get your concern resolved.
Hope you find my answer helpful!
Kind & Best regards,
GemPages Support Team.
Hi @jk888
I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.
Please add this css in your bottom of the css file:
#cart .quantity {background-color: #fff!important;}
Regards,
San