hiding event descriptions

Home Forums Calendar Products Events Calendar PRO hiding event descriptions

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1001027
    Henry
    Participant

    i was wondering if it were possible to hide the event descriptions in the pop up on the calendar view. i would like it to just show the date and time if possible. i dont like it having the long description in the hover effect.

    also, i want to hide the event description on the mobile view. same here, i would like it to just show the date and time until the actual event is clicked..

    is there any way to do this using only css?

    and lastly, would it be possible to reply to this by emailing me at [email protected] ?

    thank you. i look forward to hearing from you.

    #1001187
    George
    Participant

    Hey @Kayla,

    Absolutely, you can do this by placing the following CSS at the bottom of your theme’s style.css file:


    .tribe-events-tooltip p.entry-summary,
    .tribe-events-tooltip .tribe-events-event-thumb {
    display: none !important;
    }

    As for emailing you, while we cannot provide support over email and continue the actual conversation there, I have indeed sent a link back to this forum thread to that email address.

    Cheers,
    George

    #1001490
    Henry
    Participant

    okay, thank you for that. but its still on the mobile version. when you click the event, it has all of the event description on the bottom, and im wanting that to not show until you actually click to go into the event.

    #1001814
    George
    Participant

    Hey @Kayla,

    You should be able to fix that with additional CSS:


    #tribe-mobile-container .type-tribe_events .entry-summary.description {
    display: none !important;
    }
    #tribe-mobile-container .tribe-events-event-thumb {
    display: none !important;
    }

    I hope that helps!

    — George

    #1006398
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘hiding event descriptions’ is closed to new replies.