Home Forums WoodMart support forum Shop sorting options

Shop sorting options

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

    greg-9795
    Participant

    Our shop page gives the options to sort by a range of things. We do not want this. We want them to display in the given order. How do we remove these options?

    Our customers cannot rank or rate our products and the prices are not displayed, so these options are redundant for us.

    Many thanks.

    #621131

    Hung Pham
    Keymaster

    Hi greg-9795,

    Thanks for reaching to us.

    Add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    form.woocommerce-ordering{
    	display: none;
    }

    Regards,

    #621136

    greg-9795
    Participant

    Great thanks so much!

    #621573

    Hung Pham
    Keymaster

    Hi greg-9795,

    Glad to hear your issue has been resolved. Keep us in mind for future questions and concerns, we’re always here to help!

    Regards,

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

The topic ‘Shop sorting options’ is closed to new replies.