Home › Forums › WoodMart support forum › Change default filter setting on product category pages in Woodmart theme › Reply To: Change default filter setting on product category pages in Woodmart theme
June 3, 2024 at 3:24 pm
#570231
Aizaz Imtiaz Awan
Keymaster
Hello,
Yes, you can hide it easily by using the below custom CSS code and paste it to Theme settings >> Custom CSS >> Global CSS section:
form.woocommerce-ordering.wd-style-underline.wd-ordering-mb-icon select.orderby option:nth-child(3) {
display: none;
}
Best Regards.