• Resolved NightL

    (@nightl)


    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

    • This topic was modified 3 years, 7 months ago by NightL.
Viewing 3 replies - 16 through 18 (of 18 total)
  • Thread Starter NightL

    (@nightl)

    @nnergiz

    I sent a message to their website and all social media platforms and they replied that they will attend to the issue.

    Roll back to the previous version if you have not already.

    Check all caching plugins you may have and clear them.

    Again I express my surprise that they did not deal with this issue immediately.

    Thread Starter NightL

    (@nightl)

    Not Resolved at all – and I did not mark this issue resolved
    updated to 1.4.5 and problem still exists

    • This reply was modified 3 years, 4 months ago by NightL.

    Hi @nightl,

    The issue has been resolve in the new update.

    Thank you

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘ver. 1.4.4 kills background colour of all form buttons’ is closed to new replies.