Viewing 1 replies (of 1 total)
  • Hi @honeycombstudios ,
    Thanks for reaching out,

    If you only want the text to show in a specific view, then you need to create a custom template for the view content file.
    For the month view, the template you need to customize is: /the-events-calendar/src/views/month/content.php

    Create a copy and place it here: [your-theme]/tribe-events/month/

    A good place to put the text is after the header on line 25.
    Note that Fusion is hiding the default header element, so make sure you assign a different id to this text.
    Also note that this customization will only work using the legacy styles as you are using now. For the V2 Styles you need to customize a different template.

    Last, this is an example for month view. If you want to do the same for List view it is a similar process with this template> /the-events-calendar/src/views/list/content.php

    I hope it helps
    Let me know how it goes

    Best
    Santiago

Viewing 1 replies (of 1 total)
  • The topic ‘Add HTML before event content’ is closed to new replies.