Hi,
Please note that you can unpublish the categories and they will no more appear in the frontend. Please see here.
Thanks. Have a nice day.
Thread Starter
dmaqg
(@dmaqg)
Thanks for your reply! We would like to show the categories in the full view of the calendar though, so I don’t think this would help. The site is set up with a little widget calendar on the front page, then click for a full page calendar. Maybe we’ll have to rethink that whole idea.
Hi,
Please note in the case you want to hide only in the case of the widget you can use the following CSS code:
ul#cats_widget_1 {
display:none !important;
}
Thanks. Have a nice day.
Thread Starter
dmaqg
(@dmaqg)
Oh, that’s much better! Exactly what we wanted, truly appreciate it!