Home Forums WoodMart support forum Sorting widget shows on Archive pages despite selecting Hide “Sort by” widget

Sorting widget shows on Archive pages despite selecting Hide “Sort by” widget

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

    andrea-2145
    Participant

    Hi I want to hide the “sort by” widget on the Archive pages and I selected to hide it on the theme settings under Product Archive > Shop filters section of the theme options. Despite selecting hide the sort by widget it still shows on my archive pages. I do have a setting preset for the Archive pages but I checked that too and it shows the default hide “sort by” widget is check but it still shows. I am not sure why it’s not working. Could you have a look?

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

    andrea-2145
    Participant

    Here is the other screen shot showing that it shows on my archive pages

    #675168

    andrea-2145
    Participant

    Ok one more try to show you the screenshot that it shows on my archive pages. (earlier the images were too big I guess)

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

    Hello,

    To hide the sorting dropdown, try to add the following Custom CSS code in the Global Custom CSS area under Theme Settings >> Custom CSS.

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

    Best Regards,

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