Removing excerpts in Map View

Home Forums Calendar Products Events Calendar PRO Removing excerpts in Map View

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1461115
    Daniel
    Participant

    Hi, I found code in a previous ticket about removing the excerpt in the list view which works perfectly! It was great. I want to do the same thing in the map view. Can you please provide me the code to accomplish this? The code I used for removing in the list view is:

    body.events-list .tribe-events-list-event-description {
    display: none !important;
    }

    It was added into the CSS for the site.

    #1470365
    Patricia
    Member

    Hey Daniel,

    Thank you for reaching out to us!

    I hope you’re having a good week/day. Firstly, I’d like to apologize for the delay in response. Thank you for your patience all this while!

    You can achieve what you want by adding the following CSS rule in your theme’s style.css file or any other suitable place:

    .tribe-events-map-event-description.tribe-events-content.description.entry-summary {
    display: none !important;
    }

    I hope this helps! If you have any other questions at all please feel free to let me know and I’d be happy to help as best I can!

    Cheers,

    Patricia

    #1489798
    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 ‘Removing excerpts in Map View’ is closed to new replies.