Sorting widget shows on Archive pages despite selecting Hide “Sort by” widget
-
Hi I want to hide the “sort by” widget on the Archive pages and I selected to hide it on the theme settings under Product Archive > Shop filters section of the theme options. Despite selecting hide the sort by widget it still shows on my archive pages. I do have a setting preset for the Archive pages but I checked that too and it shows the default hide “sort by” widget is check but it still shows. I am not sure why it’s not working. Could you have a look?
Attachments:
You must be
logged in to view attached files.
Here is the other screen shot showing that it shows on my archive pages
Ok one more try to show you the screenshot that it shows on my archive pages. (earlier the images were too big I guess)
Attachments:
You must be
logged in to view attached files.
Hello,
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,