Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

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,095
    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,095
    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,095
    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