Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #1785889
Plugin
Closed

Comments

  • Adri started the conversation

    Good day,

    I installed the events calendar plugin.  All is working great but seeing as this is not a normal page I can't remove the breadcrumbs/header.

    Please can you let me know where I can remove this or how to create a page for this on the theme that doesn't include breadcrumbs and the page title header.

  •  7,280
    Oliver replied

    HI!

    pls. use following css:

    .post-type-archive-tribe_events div#page-title {
        display: none;
    }

     

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • Adri replied

    Wow that was fast and easy... Thank you all fixed :-) 

  •  7,280
    Oliver replied

    Welcome!

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •   Adri replied privately
  •  7,280
    Oliver replied

    Hi,

    CSS:

    .tribe_events-template-default div#page-title {
        display: none;
    }
    

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver