Home Forums WoodMart support forum Remove the sorting by on the store page and on the category pages

Remove the sorting by on the store page and on the category pages

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

    DenisMakhotkin
    Participant

    How can I remove the sorting by on the store page and on the category pages?
    I used a snippet with the code:
    remove_action (‘woocommerce_before_shop_loop’, ‘woocommerce_catalog_ordering’, 30);
    but the sort remains
    I’ve also removed the sorting by price using the add_filter snippet (‘woodmart_use_custom_price_widget’, ‘__return_false’, 10);
    Also I would like to ask how to change the text in the filter placeholder.

    Attachments:
    You must be logged in to view attached files.
    #245161

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    #WOODMART_Widget_Sorting{
    display:none;
    }

    Best Regards

    #245410

    DenisMakhotkin
    Participant

    Thank you very much for the great technical support!

    #245463

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Tagged: , ,

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