How could I remove the "breadcrumbs " ?

Posted in: Newspaper
Post count: 10

Hello
I just want to delete breadcrumbs for those pages: Homepage, About and terms
I’ve already tried CSS codes for example:

.page-id-21 .breadcrumbs {
display: none;
}

But it doesn’t work.
Can someone help me to delete breadbrumc for these pages?
regards

Post count: 23312

Hello MBESIKCI,

Try to add the !important tag after the value to give more priority to your code.

.page-id-21 .td-crumb-container {
display: none!important;
}

Thanks for your understanding!

Post count: 10

Hello Catalin,
It didn’t work actually.
I’d like to delete all menu breadcrumbs expect posts. Just my homepage doesn’t have breadcrumb. What should I do
I want to delete breadcrumbs Home/design ideas Home/remodeling
my website is: houseinteriordesign.org

Post count: 10

I did change Page Attiributes as a Page Builder+ latests articles and I choosed Hide title. But my other menus was created with “categories” I couldn’t see pagebuilder on categoeries menus. That’s why I couldn’t remove breadcrumbs

thanks

Post count: 22421

Hello,

Unfortunately our theme breadcrumbs do not have such advanced filtering system in place. They can be enabled or disabled across the whole site at once. If you want to remove them from other template, you will have to alter the theme files and remove breadcrumbs from the theme code.
For categories, the code is added for each category template in particular:
https://www.screencast.com/t/6796677G9

Thanks.

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