• Resolved guyhaines

    (@guyhaines)


    It seems that with the 1.6.9 released Owl Carousel CSS targets any button in its normal state and gives it a background-color of transparent… which is really broad.

    You/they should target within the testimonial builder or within a more specific class because it’s affecting all the buttons on a couple of my sites and I imagine MANY others too… had to go back and get more specific on my own sites; furthermore they add an !important tag so they’re getting broader, but more aggressive with their CSS targeting.

    Seems like an area for improvement.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Praveen

    (@praveenmalav09)

    Hi @guyhaines,

    Please share your website URL so we can resolve your issue.

    Thanks

    I experienced the same issue on a customer’s WooCommerce site today. All of her shop buttons turned into transparent backgrounds with white text, so were not visible until I deactivated this Testimonial plugin.

    Praveen

    (@praveenmalav09)

    Hi @hollykny,

    It is confliction with other plugins or themes please share your website URL so we can resolve your issue.

    Thanks

    Hi @praveenmalav09,

    The URL is https://lesleyriley.com/ and we deleted the Testimonials plugin temporarily.

    Praveen

    (@praveenmalav09)

    Hi @hollykny,

    Please go to Dashboard > plugins > plugin file editor and select Testimonial Builder plugin and go to assets > CSS > owl.caroursel.min.css file change the below code with other code on line number 215.

    button:not(:hover):not(:active):not(.has-background)
    {
        background-color:transparent !important;
    }

    To

    .wpsm-testi-owl-carousel button:not(:hover):not(:active):not(.has-background)
    {
    background-color:transparent !important;
    }

    If it works or not please let us know.

    Thanks

    Hi @praveenmalav09

    I added that code you suggested above, and it worked. The buttons in the WooCommerce shop are now visible again. Thank you. I assume you’ll release an updated version of the plugin so that the next update won’t overwrite this?

    Thank you!

    Praveen

    (@praveenmalav09)

    Hi @hollykny,

    Glad that your issue has been resolved if you like our plugin please rate us.

    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘1.6.9 release has faulty css overrides’ is closed to new replies.