Tagged: price, woocommerce
Hi,
I’m using Woo Commerce, which seems to work really well with the theme.
Only thing is, we don’t show any prices on our site. It’s not problem on any part of website but the sorting options on the product category page.
There is an option to ‘sort by price’ which I’d like to remove, if possible.
Here’s a picture of the part I’d like to be removed.
Thank you!!
Don’t think that image worked…
Hi!
Add this to your custom CSS.
.sort-param > li:first-child > ul > li:nth-child(3) {
display: none !important;
}
Best regards,
Elliott
That’s worked a treat, thanks a lot!!