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

    Hi there,

    I’m trying to find a solution to remove the sort by “popularity” option in the sort by dropdown on woocommerce, here’s the link:

    https://www.emilyshouselondon.com/shop/

    I’ve tried all google search answers including PHP code to add to functions, plugins etc and to no avail!

    Any ideas?

    Cheers!

    #1061763

    Hey Lol5tar,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .main_color .sort-param a[href="?product_sort=asc&product_order=popularity"] {
      display: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.