Woocommerce Shop - Product Sort Dropdown - Not Showing

Woocommerce Shop - Product Sort Dropdown - Not Showing

Hi @etheodore,

Thanks for reaching out.
I have checked the Shop page and found that you are using a custom layout, which does not contain the Sort element. I would suggest you add the Shop Sort element as shown in the given screenshot.

Screenshot-2022-09-26-160310

Hope it helps.
Thanks

i did add the Shop Sort element and it still does not show. Can you please check again?

if you check the HTML, the dropdown for shop sort is present where added in the builder but does not display.

Hello @etheodore,

It is not showing because in Cornerstone > Theme Options > CSS, this custom CSS block were added.

.woocommerce-result-count,
.woocommerce-ordering {
  opacity: 0;
}

You need to remove the CSS block to get the Sort filter button to show up in the shop page.

Best Regards.

thank you.

You’re welcome.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.