Home Forums WoodMart support forum CAN YOU TELL ME HOW TO DELETE THIS SORTING OPTIONS

CAN YOU TELL ME HOW TO DELETE THIS SORTING OPTIONS

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

    davkov98
    Participant

    I want to delete sort by price because i use my page just like catalogue and i dont want this.

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

    Hello,

    Unfortunately, it is not possible to do with CSS.

    Our support does not cover customization Woocommerce, you will have to find a developer who would customize the page for you.

    Best Regards

    #169898

    davkov98
    Participant

    Thanks.
    Is it any way how to disable all sorting options ?

    #169914

    Hello,

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

    .woocommerce-ordering {
    display:none;
    }

    Best Regards

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