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

    Hi guys,

    Sorry, this is my second question of the day.

    Could you please tell me how to remove “sort by Popularity” in the dropdown menu on the Enfold shop pages?

    I tried a couple of plugins, but it seems that it’s hardcoded into the theme and those didn’t work. It’s an Amazon store I’m building, therefore no product sales are recorded by Woocommerce, so the popularity option doesn’t actually do anything. In fact, it’s worse because you just get a page without any products at all when you select it.

    Thanks,

    Paul

    #660426

    Hey Paul!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    div .product-sorting ul ul li:nth-child(5) {
        display: none;
    }

    Best regards,
    Yigit

    • This reply was modified 8 years, 4 months ago by Yigit.
    #660437

    Thanks for your super-fast reply Yigit – that worked perfectly! :-)

    ~ Paul

    #660438

    Hi!

    You are welcome, glad we could help! Let us know if you have any other questions or issues :)

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Removing options from Product Sorting in Enfold Shop’ is closed to new replies.