Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #513844

    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!!

    #513845

    Don’t think that image worked…

    #513979

    Hi!

    Add this to your custom CSS.

    .sort-param > li:first-child > ul > li:nth-child(3) {
        display: none !important;
    }

    Best regards,
    Elliott

    #514370

    That’s worked a treat, thanks a lot!!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove Price Sorting in Product Category’ is closed to new replies.