Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1018562
    pamelamonestie
    Participant

    Hi,

    How can I disable the WooCommerce “Default Sorting” and “Showing results” features. I know that WooCommerce has a plug-in that allows you to do this ($25), but I’m not sure if it will work on this theme. I may want to use these features down the line, but not right away.

    Any help would be appreciated.

    Thanks!
    Pamela

    #1018640
    Rupok
    Member

    Hi Pamela,

    Thanks for writing in! All standard addons of WooCommerce should work fine with X. However we can assist you to hide that for you with some custom CSS. If that’s okay for you, then you can add this under Custom > CSS in the Customizer.

    .woocommerce-result-count, .woocommerce-ordering {
      display: none;
    }

    Hope this helps.

    Cheers!

    #1022632
    pamelamonestie
    Participant

    Awesome! Thank you!!

    #1022683
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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