ver. 1.4.4 kills background colour of all form buttons
-
ver. 1.4.4 kills bg colour of woocommerce Add To Cart button (and all form buttons)
in your plugins/service-box/assets/css/owl.carousel.min.css
button:not(:hover):not(:active):not(.has-background) { background-color: transparent !important; }
this is overriding WooCommerce Add To Cart button background (and all form buttons):
<button type=”submit” class=”single_add_to_cart_button button alt”>Add to cart</button>I assigned
.add_to_cart_button, .single_add_to_cart_button, .wc-shortcodes-button, .product_type_external {
color: #ffffff !important;
background: #d14826 !important;
}as my text colour was white your css has made all form buttons totally invisible with your
background-color: transparent !important;
I rolled back to Version 1.4.3
- The topic ‘ver. 1.4.4 kills background colour of all form buttons’ is closed to new replies.