This help doc will cover how to enable
the event intro text on a plugin. By
default, the plugin will display a venue
address below the title of an event. CSS
can be used to hide the venue address on
the listing page and replace it with the intro
text.
Default view with the venue
address display

Intro text view without venue address
display

The following CSS will enable
intro text:
/* Intro Text */
.EventIntroText {display: block;
}
.TextVenue { display: none; }
This will remove the address and
display the intro text area found
under Event Info on the event. If no intro is
entered, it will use the event
description and fade away if the
description is too long.
ADDITIONAL NOTES:
- Once the changes have been made to the plugin(s) CSS under SET UP > INTEGRATIONS > PLUGINS - clear your web browser's cache to see the change
online. How to clear web browser cache and cookies
- Keep the intro text short. If it is
more than a couple of sentences, it will
run out of room on the plugin and the
text will fade out.
