Hello –
I am using Enfold 4.0 and The Events Calendar PRO 3.8. My theme is setup to display page title and breadcrumbs by default for all pages, but I’d like to NOT show them for the Events Calendar related pages (the Calendar page itself and the pages for each event).
I posted this on the Events Calendar support forum and this is what they said: https://tri.be/support/forums/topic/remove-breadcrumbs-on-calendar-and-single-event-pages/#post-810422.
I would really appreciate a step-by-step explanation of the files I need to modify to achieve the desired effect.
Thanks,
billlon
Hi billlon!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.tribe-events-page-template .title_container {
display: none!important;
}
Cheers!
Yigit
Hi Yigit –
thanks for your help. The CSS change did remove the breadcrumbs and page title as desired. However, it unfortunately messes up my menu (hover on “Join the Club” and “Members” from the Calendar page…)
Please advise
Thanks,
billlon
Thanks, perfect!
billlon