How to modify ” sorting ” in the product archieve page
-
Hi,
I am editing the product archieve page, I need the sorting , but don’t want to sort by price appeared in the dropdown field. could you let me know where and how to modify it, delete the price related sorting?
Best regards
Cathy
Attachments:
You must be
logged in to view attached files.
Hello,
You can change the sorting in Appearance > Customize > WooCommerce> Product catalog.
If you want to hide the sorting drop-down, 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,