Hide completely
Individual rows of the event template are marked up with CSS. To hide features, add the following CSS code to the Additional CSS area in the customiser:
.govintra-event-details__date { display: none; }
.govintra-event-details__time { display: none; }
.govintra-event-details__location { display: none; }
.govintra-event-details__online { display: none; }
.govintra-event-details__tickets { display: none; }
.govintra-event-details__calendar { display: none; }
.govintra-event-details__tickets { display: none; }
.govintra-btn--gcal { display: none; }
.govintra-btn--ics { display: none; }
Add extra text
If you want to add extra text as a description after an option:
a.govintra-btn--gcal::after { content: " - (Please note: this feature only works in Google chrome and will appear as a download at the bottom of the page, click this download to add the event to your calendar)"; }
