Product Information Buy Button Hover Background Color Not Showing

Hello,

I need help figuring out why the buy button hover background color won’t change when I add the coding.

.button:hover {
background-color: #7e775b;
}

Thank you!

Hi @riveringroots

Can I have the store URL to check further on it for you?

Thank you so much.

URL: https://riveringroots.com

pass: rtawqpz

URL: https://riveringroots.com

pass: rtawqpz

@LizHoang were you able to look into this?

Hi @riveringroots

So sorry for the late reply.

I notice your code is missing a elemen therefore it doesn’t work: https://prnt.sc/10fVlD93Db3O. You can fix it by adding " !important" at the end like this to make it works:

If it is still not working, you can try my code here:

  1. Go to Shopify > Theme > Customize

  2. Copy and paste this code on Theme settings > Custom CSS section

.product-form__buttons button.product-form__submit:hover {
    background: #7E775B !important;
}