Home Forums WoodMart support forum how to remove the sort by price

how to remove the sort by price

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

    UnluerWeb
    Participant

    Hi, I want to remove the sort by price in the shop page. Here is my shop page’s link https://www.masaankara.com/magaza/?orderby=price

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

    Hello,

    I saw the screenshot you attached. Unfortunately, There is no theme option available to remove the default sorting dropdown on the shop page.

    You need to add the following Custom CSS code in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .woocommerce-ordering {
    display: none;
    }

    Best Regards.

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