How can I ad a custom background color when hovering on the checkout button? Can you change the size of the button?
I already added the following custom css
.woocommerce form.cart button.single_add_to_cart_button, .woocommerce p.cart a.single_add_to_cart_button, ul.products li.product a.quick-view-button{
background: none repeat scroll 0 0 #5ac155 !important;
color: #ffffff;
}