I have issue with add to cart button on pages. For example here "add to cart" is not showing for some reason. When check in CSS class i see this CSS rule:
.woocommerce a.button, .woocommerce-page a.button, .woocommerce
button.button, .woocommerce-page button.button, .woocommerce input.button,
.woocommerce-page input.button, .woocommerce #respond input#submit,
.woocommerce-page #respond input#submit, .woocommerce #content input.button,
.woocommerce-page #content input.button {
background: #fff !important;
box-shadow: none;
}
This is entire HTML from that part with button:
<a rel="nofollow" href="/digital-products/sound-kits/808-kits/?add-to-
cart=1529" data-quantity="1" data-product_id="1529" data-product_sku=""
class="button product_type_simple add_to_cart_button
ajax_add_to_cart">Přidat</a>
when insert this code into custom CSS cant overwrite that !important rule, and change color to some other. Some here here, how to overwrite that and change color, and move a little down next to price?