Woocommerce Filter - by flockpublicity - on WordPress WooCommerce support

This topic has 2 replies, 2 voices, and was last updated 9 years, 2 months ago ago by Eva Kemp

  • Avatar: flockpublicity
    flockpublicity
    Participant
    February 3, 2015 at 13:48

    I want to remove the ‘show filter’ and ‘sort by’ dropdowns on woocommerce shop pages – how can I do this?

    1 Answer
    Avatar: Eva
    Eva Kemp
    Support staff
    February 3, 2015 at 15:14

    Hello,

    To remove “Show filter” go to Theme Options > Products Page Layout > Hidden Sidebar > Off.
    To remove sorting box add this code in custom.css file:

    .filter-wrap .woocommerce-ordering {
       display: none;
    }

    Thank you.
    Regards,
    Eva Kemp.

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

You must be logged in to reply to this topic.Log in/Sign up

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