Info Remove text in Calendar

Home Forums Calendar Products Events Calendar PRO Info Remove text in Calendar

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1449180
    Patrick
    Participant

    Hello,

    how can I remove the info text hee screenshot?

    Best regards,
    Patrick

    #1450996
    Jennifer
    Keymaster

    Hi Patrick,

    The screen reader text should be hidden by default, but you can hide it by adding the following CSS to the Additional CSS area under Appearance > Customize (if you have one) or to the style.css file of your child theme:

    .screen-reader-text {
    display: none !important
    }

    To remove the title, you can either hide it with CSS:

    .tribe-events-list .tribe-events-page-title {
    display: none;
    }

    Or, you can remove it from the template. We have instructions here on how to edit our templates, and the file you’ll want is wp-content/plugins/the-events-calendar/src/views/list/content.php. You’ll want to remove this line from your copy:

    Let me know if you have any other questions!

    #1452152
    Patrick
    Participant

    Many Thanks! The CSS code worked!

    Best regards
    Patrick

    #1453297
    Jennifer
    Keymaster

    Glad to hear it Patrick! Please let me know if there is anything else that I can help with 🙂

    #1473506
    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 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Info Remove text in Calendar’ is closed to new replies.