I have managed to change all buttons to black, hover for all buttons should be dark dark grey. Yet on the product single page, hover add to cart buttons stays blue. With an important CSS style. I cannot overwrite it on my child style.css. I have tried. It keeps taking the blue hover. Where can I delete all that blue? Because everything on my site is green now.
.single_add_to_cart_button:hover, .before-checkout-form .button:hover, .form-row.place-order input[type="submit"]:hover, .et-wishlist-widget .wishlist-dropdown .buttons .btn-view-wishlist:hover {
background-color: #0093ae!important;
border-color: #0093ae!important;
}