how to remove the sort by price
-
Hi, I want to remove the sort by price in the shop page. Here is my shop page’s link https://www.masaankara.com/magaza/?orderby=price
Attachments:
You must be
logged in to view attached files.
Hello,
I saw the screenshot you attached. Unfortunately, There is no theme option available to remove the default sorting dropdown on the shop page.
You need to add the following Custom CSS code in the Global Custom CSS area under Theme Settings >> Custom CSS.
.woocommerce-ordering {
display: none;
}
Best Regards.