Tagged: ,

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

    Hi, I’ve tried different codes to remove the order menus from WooCommerce pages.

    I want to remove those menus, both the product order menu and the page menu.

    Best Regards
    Samuel Soler

    #1486958

    Hey informacionyarte,

    Thank you for the inquiry.

    Please add this css code to hide the product sorting options in the shop page.

    #top div .product-sorting {
        display: none;
    }

    Let us know how it goes.

    Best regards,
    Ismael

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