Changing button colors on Cart Page (Sense theme)

Hi,

Need your help on the cart page please!

  1. On Cart page, how can I change the color of ‘Quantity #’ button to White?

  2. 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:

  1. I answered in your previous thread. It will have white background even at checkout page

  2. 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.

  1. Go to Edit code on Online Store:

  1. add my code above the tag on Theme.liquid:

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