Replies: 0
I am trying to create custom CSS code to change the color of my Add to Cart button when someone hovers over the button. I have changed the button color & now the hover color has disappeared completely. I am trying the below code, but it is not working. Can someone help me? Thanks in advance.
.single-product .product .single_add_to_cart_button.button:hover {
background-color: #fdbbc5;
color: #656c72;
}
.woocommerce .product .add_to_cart_button.button:hover {
background-color: #bbfdf3;
border-color: #656c72;
color: #656c72 !important;
}