This topic has 2 replies, 2 voices, and was last updated 9 years, 9 months ago ago by Eva Kemp
I want to remove the ‘show filter’ and ‘sort by’ dropdowns on woocommerce shop pages – how can I do this?
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.
You must be logged in to reply to this topic.Log in/Sign up