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!
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!
URL: https://riveringroots.com
pass: rtawqpz
URL: https://riveringroots.com
pass: rtawqpz
@LizHoang were you able to look into this?
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:
Go to Shopify > Theme > Customize
Copy and paste this code on Theme settings > Custom CSS section
.product-form__buttons button.product-form__submit:hover {
background: #7E775B !important;
}