CAN YOU TELL ME HOW TO DELETE THIS SORTING OPTIONS
-
I want to delete sort by price because i use my page just like catalogue and i dont want this.
Attachments:
You must be
logged in to view attached files.
Hello,
Unfortunately, it is not possible to do with CSS.
Our support does not cover customization Woocommerce, you will have to find a developer who would customize the page for you.
Best Regards
Thanks.
Is it any way how to disable all sorting options ?
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.woocommerce-ordering {
display:none;
}
Best Regards