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

    (@brianhogg)

    Hi @childledj !

    If there are no upcoming events, you can hide the message with a bit of CSS.

    There’s a video here I made on how to add the CSS and help finding what to change in case it’s needed:

    or a longer version with more examples of finding rules to override:

    In this case it would be something like this to hide the message that there’s no events:

    
    .ecs-no-events {
      display: none;
    }
    

    Hope that helps, if not let me know!

    Thread Starter childledj

    (@childledj)

    Yes! It works! Sorry for late

    Plugin Author Brian Hogg

    (@brianhogg)

    Glad it did the trick! Any other questions let us know 🙂

    Cheers!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hide whole shortcode when no upcoming events’ is closed to new replies.