How to disable titles on single event pages

Home Forums Calendar Products Events Calendar PRO How to disable titles on single event pages

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1098425
    Stefan
    Participant

    Hi,

    I would like to disable the standard wordpress page title because it is redundant with the events title from the plugin as you can see on this screenshot: http://cl.ly/180u1F002H2J

    Usually there is a checkbox on the page you edit to disable the title from being displayed but this isn’t the case on the event pages.

    Could you please provide me a hint how I can disable the title?

    Kind regards,
    Stefan

    #1100156
    George
    Participant

    Hey Stefan,

    So sorry for the delayed reply here!

    I’m happy to help with this.

    1. Can you link to a specific event on your site, just so I can see the title live? (I’m having a hard time finding one on your site because I do not speak the language of the site—so sorry about this!)

    2. Do you want JUST the title text itself to be removed, but leave the breadcrumbs in place? Or do you want the whole grey bar with that title AND the breadcrumbs to be removed?

    Thank you,
    George

    #1100198
    Stefan
    Participant

    Hi George,

    great you can help me out with this!

    1. https://www.nordicfit.com/termin/lauf-basic-instructor-stuttgart-09-04-2016/

    2. I would prefer to just remove the title text and let the grey bar stay in place.

    KR,
    Stefan

    #1101038
    George
    Participant

    Sure thing!

    Add this CSS to the bottom of your theme’s style.css and it should do the job:


    body.single-tribe_events .heading-text .entry-title {
    display: none !important;
    }

    You’ll have to take the reins on any further tweaks you’d like to make, but I hope this helps with the title text at least!

    Sincerely,
    George

    #1101207
    Stefan
    Participant

    Great, thank you!

    #1101701
    George
    Participant

    😀

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How to disable titles on single event pages’ is closed to new replies.