Hide/Remove display and sorting options on WooCommerce category pages
-
Hi,
I would like to remove the display options, sorting dropdown, and results counter from the WooCommerce category pages.
Is there a setting or built-in option in WooCommerce to hide all of these top elements?
Thank you.
Attachments:
You must be
logged in to view attached files.
Hello,
Navigate to Theme Settings > Product Archive > Products Grid and disable the options “Number of columns selector” and “Products per page links”: https://ibb.co/DPJ18z3b
To hide the sorting dropdown, try to add the following Custom CSS code in the Global Custom CSS area under Theme Settings >> Custom CSS.
.woocommerce-ordering {
display: none !important;
}
Best Regards,
Hi,
The settings from your screen shot are disabled but the elements still there. https://pawstoria.ro/product-category/caini/mancare-uscata-caini/
Attachments:
You must be
logged in to view attached files.
Hello,
You are using Custom WooCommerce Builder layouts, which is part of WooCommerce Builder from WoodMart.
Navigate to layouts > edit product archive layout and remove the elements manually from the layout.
Further, you can read more about the Layout Builder here: https://xtemos.com/docs-topic/woodmart-woocommerce-layout-builder/
Best Regards,