Hello @edge24ema ,
Thanks for reaching out to us.
Currently, the only way to remove the Options available inside the Order By Filter is by applying CSS codes. We haven’t added any controller yet to remove the options as per needs and for that reason, what you’re looking for is not possible at this moment.
You can customize the Style of the Text as you want. We have included the Style Controller to adjust the Text Style. Please check this screenshot for a better understanding.
If you want to remove the options as per your needs, then you can use the CSS code mentioned below.
.shopengine-filter-orderby-dropdown .orderby option:nth-child(1) {
display: none !important;
}
Instead of 1, Enter the number of the option that you want to hide inside the :nth-child()
selector.
Let me know if that helps or if you need any further assistance. We are always here to assist you.
Best Regards,
Prosenjit