Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #275517

    Hi,

    I would like to remove the “sort by” filters on my shop and category page but keep the the “display x products by page”

    I tried this
    div .product-sorting {display: none;}

    But it removes both. Can you help?

    Thanks!
    Olivia

    #275520

    Hey oliviad!

    Try this code:

    
    div .product-sorting .sort-param-order, div .product-sorting .sort-param-sort  {display: none;}
    

    Best regards,
    Peter

    #275528

    Awesome ! Thanks :)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove the sort by on shop page (woocommerce)’ is closed to new replies.