Okay
  Public Ticket #2165833
Remove form-group sort pull-right-md
Closed

Comments

  • autrementclothing started the conversation

    Hello, is it possible to remove the sort dropdown? (See in picture, the first Dropdown named "Standardsortierung")

    And did you know, how I can select the products that I want so show on the product site. I mean to hide someone, or something like that.

    Thank you.


    Best regards

    Patrik Kinderknecht

  • [deleted] replied

    Hi Patrik,

    1— For the filter, WooCommerce doesn't offer that option, you have the option to select the default sorting only (see video).

    If you want to remove that sorting area then you can add this CSS code to your Custom CSS area:

    .woocommerce .woocommerce-ordering {
    display: none;
    }

    2— Original Shop page shows all the products.

    If you want to show only some products in any other page then you can use WPBakery Page Builder elements such as Products.

    See example: https://d.pr/v/qnQjpz

    Have a nice day!