Remove Details in Event

Home Forums Calendar Products Events Calendar PRO Remove Details in Event

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1441850
    Patrick
    Participant

    Hello,

    How can I remove the “details” in the event?

    Best regards,
    Patrick

    #1445093

    Hi Patrick,

    Thanks so much for reaching out!

    You can try adding the following CSS to your WordPress Customizer or theme’s (or child theme’s) stylesheet:
    div.tribe-events-single-section.tribe-events-event-meta.primary.tribe-clearfix {
    display:none;
    }

    Let me know how that goes!

     

    Thanks,

    Jaime

     

    #1445410
    Patrick
    Participant

    Hello,

    Thank you for your help, unfortunately the code does not work, the details, venue and organizer are still displayed.

    What else can I do?

    Best regards,
    Patrick

    #1446147

    Hi Patrick,

    Sorry that didn’t work for you!  Can you provide me with a link to the page where you are trying to hide the details?

     

    Thanks,

    Jaime

    #1447748
    Patrick
    Participant

    Hello Jaime,

    the “details” and “venue” should be removed at each event, so this is no longer displayed.

    Here is an example event:

    Die Eisprinzessin

    Do you have another CSS code?

    Thank you!
    Best regards
    Patrick

    #1448191

    Hi Patrick,

    Try the following to remove the “Details”:
    #tribe-events-content.tribe-events-single .cmsms_single_event_meta .tribe-events-meta-group{
    display:none;
    }

    Let me know how that goes!

     

    Thanks,

    Jaime

    #1449135
    Patrick
    Participant

    Thanks, now it worked, thank you! 🙂

    #1449250

    Glad we could help, you are welcome back in our support forums any time!

    Since you marked this thread as Resolved, I am going to close this thread.

    Have a great weekend!

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Remove Details in Event’ is closed to new replies.