• Resolved troyw2015

    (@troyw2015)


    Hi team,

    How can I make the Title, the Venue and the ‘Find Out More’ disappear and only leave the Countdown timer visible?

    I have tried adding these shortcodes, but they don’t seem to work;

    hide-venue=”yes” hide main-title=”yes”

    Thanks

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter troyw2015

    (@troyw2015)

    Please ignore, I figured it out myself, thanks.

    For anyone else who needs to know, just pop this in the Events Shortcodes For The Events Calendar Settings > Extra Settings > Custom CSS

    .tecc-title {
    display: none;
    }
    .tecc-up-event {
    display: none;
    }
    .tecc-event-detail {
    display: none;
    }

    Search…

Viewing 1 replies (of 1 total)
  • The topic ‘Hide Title & Venue’ is closed to new replies.