Removing the 'Events Key' from Calendar

Removing the 'Events Key' from Calendar

by Ted Long -
Number of replies: 1

Hi everyone

I have managed to successfully remove some of the elements of the 'events key' from the calendar using a solution I found on a previous post:

  1. For each theme from the selector, open the settings for that theme (Site Admin ->Appearance ->Themes -> [Theme name])
  2. On each settings page one of the boxes will be called "Custom CSS". In this box you put two new lines at the end:

    .eventskey{display: none;}
    .calendar_filters{display: none;}
    and save changes.

Whilst this has removed the key itself, the text "EVENTS KEY" still shows underneath the calendar.  Does anyone know of how this text can be removed?

Many thanks

Attachment events key.jpg
Average of ratings: -
In reply to Ted Long

Re: Removing the 'Events Key' from Calendar

by ciaran oco -

Not exactly the best way to do this but as I couldn't find the right CSS for hiding Events key

I inserted   as the replacement text in the language pack which replaces the 'Events key' text by a Space ' ' ...which can't be seen smile