Remove Bredcrumbs from Homepage

Posted in: Newspaper
Post count: 96

How can I remove bredcrumbs from homepage?

Post count: 6

I had this earlier today.

Go to page that’s Home in wordpress.
Page Attributes column on the right -> Use one of the HOMEPAGE templates

If you have default template or whatever, it will show breadcrums

Post count: 29

Go to Theme Panel —> Post Setting —> Breadcrumbs, here you can easily enable or disable …

Post count: 6600

Hi,

Use this CSS:

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

Thanks

Post count: 96

Thanks Lucian… It worked for me.

Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.