Change Host to Instructor

Need the word Instructor instead of host

1 Like

Hi @Dionne_Kane and welcome aboard :wave:

Please add this CSS code to the Cusotm CSS field on the Appearance tab and let me know if it helped:

.eapp-events-calendar-filter-filtered .eapp-events-calendar-filter-currentText {
  font-size: 15px;
}

.eapp-events-calendar-filter-filtered .eapp-events-calendar-filter-currentText:before {
  content: '';
}

.global-styles,
.eapp-events-calendar-organizer-titleText {
  font-size: 0;
}

.eapp-events-calendar-filter-currentText {
  font-size: 0;
}

.global-styles,
.eapp-events-calendar-organizer-titleText:before {
  font-size: 15px;
  content: "instructors";
}

.eapp-events-calendar-organizer-titleText:before,
.eapp-events-calendar-filter-currentText:before {
  font-size: 15px;
  content: "instructors";
}

thank you

1 Like

No sweat :wink: