Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Brian

    (@brianjessee)

    Hello,

    We do not have a feature to selectively hide the content.

    This CSS though will hide it on the Individual Events only:

    .single-tribe_events .tribe-events-after-html  {
        display: none;
    }

    Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.

    Let me know if that helps.

    Thanks

    Thread Starter nbguy

    (@nbguy)

    That worked (with a little tweak).

    Thanks!!!

    Brook

    (@brook-tribe)

    Happy to hear it. Thanks for marking the topic resolved nbguy. 🙂

    – Brook

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hide "Before HTML" on Individual events’ is closed to new replies.