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 intro
text.
Default view with the venue
address display
Intro text view without venue address
display
The following CSS will enable
intro text:
.EventIntroText {display: block;
}
.TextVenue { display: none; }
This will remove the address and
display the intro text area found
under edit event info. 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 >
WHITE LABEL > PLUGINS - clear your web browser's cache to see the change
online.
- Keep the intro text short. If it is
more than a couple sentences, it will
run out of room on the plugin and the
text will fade out.