Archived topic
Can't for the life of me remove the blog page breadcrumbs! :(
9 replies · Started by enviedbymost on August 14, 2017
Guys,
This is my last resort lol. I've tried so many different options whether it's wordpress default, or generatepress and I can't figure out how to remove these 2 annoying rows!
Is this an issue with the generatepress theme, or wordpress itself?
Screenshots attached :)


I'd really appreciate your feedback on this. Thank you kindly.
Cheers.
Hi Jamie,
I believe these are the settings you are looking for: https://docs.generatepress.com/article/blog-overview/
As for the post navigation, we will have to use CSS until it's added in an option:
.post-navigation {
display: none;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Legend, this worked.
THANK YOU!
No problem!
Hey Leo,
Don't suppose you know how to remove the row as well?
The CSS removes the text which is awesome, but leaves behind the grey row for some reason.

Thank youuuuuu
Any chance you can link me to the page? Thanks!
The site's not live yet, but I'm launching it this weekend (#excitingtimes) so will come back to you then with a link.
Thanks for your help thus far!
Sounds good :)
Haha, I figured out a fix for this.
It turns out the parent page background color was set to that grey color. Changing that to white removed it :)
Blonde moment. Doh.
Thanks Leo!
Glad you figured out!