Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #889910
    Tim
    Participant

    Hi X,

    After update the woocommerce pricefilter is suddenly a dropdown:
    http://nltent-mansurake.savviihq.com/product-categorie/fietsen/

    Notice on the right hand side that you can toggle the price filter with the really small triangle..

    How can i get this back to normal (so the filter is always visible with no toggle)?

    Thanks!

    #890249
    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Global CSS:

    #woocommerce_price_filter-2 form {
        display: block !important;
    }
    #woocommerce_price_filter-2 .widget-dropdown {
        display: none;
    }

    Hope it helps 🙂

    #891565
    Tim
    Participant

    Perfect!

    #892129
    Thai
    Moderator

    Glad we were able to help 🙂

    If you need anything else please let us know.

  • <script> jQuery(function($){ $("#no-reply-889910 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>