Home Forums WoodMart support forum removing default sorting

removing default sorting

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

    auroramarinecode
    Participant

    in my shop page there is default sorting option which you can see in the attached image. i want to remove it how can i do it ?

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

    Hello,

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

    body .woocommerce-ordering{
    display:none;
    }

    Best Regards

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