Remove Breadcrumbs from homepage

Posted in: Newspaper
Post count: 28

Hey there,
Can you guys please help me in removing the breadcrumbs from the homepage?

I want to keep it in the posts, but remove it from the pages like my homepage.
Please help.

Post count: 22421

Hi,
If you want to remove breadcrumbs from all pages you can use this code:
.page .entry-crumbs{
display:none!important
}

Simply add the code in the theme panel -> custom css box.
Thank you!

Post count: 95

To remove from homepage, if u have set as latest posts.

.td-page-header .entry-crumbs{
display:none!important
}

in custom css (newsmag)

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