Hi!
Is it possible to hide just the sorting icon? I used [hide_so=’yes’] in the shortcode but this also hides the filter icon. I would like to display the filter but not the sorting.
Thank you!
Jun 18,2025 AT 5:07AM - 1 week ago -Hello,
Please add this CSS code to EventON > Styles (If you don’t see any change, EventON > Scripts & Styling > turn off Write dynamic styles to header > save settings > turn on Write dynamic styles to header). You can also add this code to wp-admin > Appearance > Customize > Additional CSS.
span.cal_head_btn.evo-sort-btn { display: none !important; }
It works excellent! Thanks Artem, you rock.