Leave Breadcrumbs Off Homepage

Posted in: Newspaper
Post count: 85

I am trying to get the breadcrumbs off of my main homepage, but when you add the breadcrumbs module, it becomes sitewide without any seeming way to limit it.

I tried an earlier suggestion from Jan 2021, but that didn’t work, and I’m assuming with the sweeping changes in the update, there might be a different approach now.

Any help/suggestions would be great.
https://movietvtechgeeks.com/

Also, I have Yoast SEO breadcrumbs enabled (would that be causing an issue?)

Thank you,

Curt

  • This topic was modified 5 years by gooma2. Reason: wanted to add notify button
Post count: 18283

Hello !

You can use this CSS Code that will work only for the homepage as wanted.

.page-id-72783,.tdb-breadcrumbs{
display:none;
}

The codes must be inserted in here: https://www.screencast.com/t/G4qVwC6G

Thank you !

Post count: 85

Thank you, but inserting that into the Custom CSS area made all my pages and homepage go completely blank white.

When I refreshed, you could see the page for a second, but then it would go to a blank white page.

After I took the code out, it went back to normal.

Curt

Post count: 27744

Hello,

Please try this code => https://www.screencast.com/t/hjltko4zdMh

.home .tdb-breadcrumbs{
display:none;
}

The code needs to be set in the Theme panel -> Custom code -> Custom CSS => https://www.screencast.com/t/fxetQe24ZHf and delete the previous code.

Let me know the results!

Thank you!

Post count: 85

That did it perfectly! Thank you so much.

Hopefully this will help others too.

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