How to disable breadcrumbs on pages?

Posted in: Newspaper
Post count: 22

Question is already asked in the title!

Post count: 7909

Hi,

If you use default/pagebuilder with latest articles page template you should not have breadcrumbs if you add elements using Visual Composer to you pages. If you add content without using page builder the breadcrumbs can be disabled from Theme Panel > Template Settings – http://screencast.com/t/cgivfgZ6709 but it will be disabled also on post pages.
You can use custom css to hide breadcrumbs only on pages – http://screencast.com/t/t7AdmHUs

.page .entry-crumbs {
display: none;
}

Or edit page templates and delete/comment the breadcrumbs code – http://screencast.com/t/TAmM4Ajfi

Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.