Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

CSS Code: Hover Button for Add to Cart

$
0
0

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;
}


Viewing all articles
Browse latest Browse all 59525

Trending Articles