Home Forums WoodMart support forum Sort by

Sort by

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #60513

    TempusHEat
    Participant

    On the top of the product pages where you see all the products on a page you can sort the products by popularity or by price etc. If I wants to remove this option, how do I do that?

    #60536

    Hello,

    Please add this CSS to Theme Settings > Custom CSS

    .woocommerce-ordering {
        display: none;
    }

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)