How to Hide the Breadcrumbs in Homepage?

Posted in: Newspaper
Post count: 28

Hi tagDiv,

I want to hide the Breadcrumbs on the Homepage of my blog. How can I do that?
Screenshot: http://prntscr.com/ivbpi3

Thanks!

Post count: 1341

That would mean you are using the default WordPress blog style homepage, instead of a static page
https://forum.tagdiv.com/homepage-how-to-build-and-set-it/

Post count: 28

Hi Edward,

Yes, correct I’m using the default WP homepage. Sorry I did not mention that I am not using TD Composer for my homepage. Do you know how to hide the Breadcrumbs?

I’m aware that I need to paste some Custom CSS but I don’t know the code. 🙂

Thanks!

  • This reply was modified 8 years by jericho.
Post count: 28

Hi tagDiv,

I just want to follow up on this question. I want to hide the Breadcrumbs on the homepage only so the below CSS code is not working.

.entry-crumbs {
display:none;
}

P.S. I am not using TD Composer for my homepage. Just a normal/default WP blog homepage.

Thanks!

Post count: 22421

Please provide a link to your site so I can inspect why the code does not work.

Thank you!

Post count: 28

Hi Bogdan,

Here’s my site: https://pinoycollection.com/

I just want to hide the breadcrumbs on the homepage and not on the whole website.

Screenshot: http://prntscr.com/ixc74e

Thanks!

Post count: 22421

Hi,
Please use this custom css code:

.home .entry-crumbs{
display:none!important;
}
.home .td-crumb-container{
margin-bottom:0;
padding-top:0
min-height:25px;
}

Thank you!

Post count: 28

Thanks, Bogdan!

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