Hiding modern events calendar categories

Hi,
is there a way to hide the categories bar on the modern events calendar.
Thanks

Hi,

Sorry I am not sure what you are referring to.
Can you provide us a screenshot of the category bar and the url of the page where we can see it.

For the mean time, you can try adding this in Theme Options > CSS

.mec-single-event-category {
   display:none;
}

Hope this helps

Hi Paul,
Thanks for that.
Sorry but the CSS didn’t work.
The URL is https://sarahwaterhouse.org/clive/gigs/

Thanks
Sarah

Hi Sarah,

You mean the category dropdown? If yes, then please add this

#mec_search_form_46 > .mec-dropdown-wrap {
display: none;
}

Hope this helps.

It did. Thanks!

You’re welcome!
Thanks for letting us know that it has worked for you.

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