How to Remove all TEC Titles

Home Forums Calendar Products Events Calendar PRO How to Remove all TEC Titles

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1195079
    Mike
    Participant

    I’d like to just completely remove the automatically created titles provided in the header. I figure there is, at least, a CSS range of classes that will display:none them, although I would prefer something that literally removes them.

    Sample CSS:

    .page .post-titles h1 {
        display: none;
    }

    This works for pages and posts, but not TEC pages. Can it be adapted?

    #1195745
    Nico
    Member

    Hey Mike,

    Thanks for getting in touch, once again I’m happy to help you out 🙂

    To remove The Events Calendar titles (ie: “Upcoming Events”) use the following CSS:

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

    Please let me know if this is what you were looking for,
    Best,
    Nico

    #1205863
    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 ‘How to Remove all TEC Titles’ is closed to new replies.