There isn’t a specific way to do that within My Calendar; but you can do it with a general text filter. Here’s an example showing how: https://github.com/joedolson/plugin-extensions/blob/master/my-tickets/my-tickets-gettext.php
(It’s for a different plug-in; but you can just replace ‘my-tickets’ with ‘my-calendar’ and it’s the same idea.)
Thread Starter
trobi
(@trobi)
Hi, thanks for the quick reply. Unfortunately, this will not help me, because I have no programming knowledge and also do not know where to insert the proposed code.
Best regards
You can hide it with CSS, but there’s nothing that doesn’t involve programming.
Thread Starter
trobi
(@trobi)
Can you give me the CSS for this operation (to hide the word Categories)? That would be great! I could put that into the style editor of My Calendar, right? Thanks and best regards …
.category-key h3 { display: none; } would probably do it.
Thread Starter
trobi
(@trobi)
Hey, perfect, thanks for the help!