Detail on the event (Photo)

Home Forums Calendar Products Events Calendar PRO Detail on the event (Photo)

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1549879
    janlai
    Participant

    Hi,

    We are using this shortcode to show event in the page
    [tribe_events view=”photo” tribe-bar=”false” date=”2017-04″ category=”community-services” ]

    However, we would like to hide the detail in the page, viewer should click in the page to see the detail due to some event may not have the detail at the first page. Hence, can I check if this can be done, if so, how can I do that?
    Please advice

    Regards,
    Nakarin

    #1551223
    Jeremy
    Keymaster

    Hi Nakarin,

    Thank you for reaching out to us! I’d be happy to help you 🙂

    Well, to hide those details, you could use some CSS. In order to do so, head to Appearance > Customize > Additional CSS and paste the following snippet in there:

    .tribe-events-shortcode .tribe-events-list-photo-description {
        display: none;
    }
    

    I hope this helps.

    Cheers,
    Jeremy

    #1567612
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Detail on the event (Photo)’ is closed to new replies.