-webkit-appearance: none; interacts with one of plugins

This topic has 4 replies, 2 voices, and was last updated 7 years, 10 months ago ago by Rose Tyler

  • Avatar: Roberts
    Roberts
    Participant
    January 16, 2017 at 11:59

    Hello, hopefully you can help me with this. One of themes css line causes “Woocommerce Product Filter” plugin categories checkboxes to be hidden in Chrome. What can I do to make this line not interact with this plugin? Plugins css line already uses “visibility: visible!important;” but it doesn’t override this ->
    Legenda style.css line 5313

    input[type="checkbox"] {
      -webkit-appearance: none;
    }

    You can check it here – http://www.taktika.lv/store/product-category/skrejriteni/

    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 17, 2017 at 10:21

    Hello,

    Try to add this code in Custom CSS:

    .prdctfltr_wc input[type="checkbox"] {
        -webkit-appearance: checkbox;
    }

    Regards,
    Rose Tyler.

    Avatar: Roberts
    Roberts
    Participant
    January 17, 2017 at 10:27

    Thanks a lot, Rose. Provided fix works!

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 17, 2017 at 10:40

    Hello,

    You’re welcome!
    Have a nice day!

    Regards,
    Rose Tyler.

  • Viewing 4 results - 1 through 4 (of 4 total)

The issue related to '‘-webkit-appearance: none; interacts with one of plugins’' has been successfully resolved, and the topic is now closed for further responses

8theme customization service
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.