Archived topic
Remove breadcrumb in posts
5 replies · Started by Jean-Luc Brigot on February 20, 2017
Hi,
Please do you know how to remove the breadcrumbs appearing at the bottom left of this page (just a above the footer widget area)?
< Brut 204
> Rosé Royal
http://www.champagne-lete-vautrain.fr/demi-sec/
Thanks,
Jean-Luc
You can do this:
.post-navigation {
display: none;
}
In your case, you may be better off with this:
footer.entry-meta {
display: none;
}
Hi Tom,
YES, it works, many many thanks.
But please just a question: I don't remember have seen before this kind of breadcrumb with your theme (the best one!) and beaver builder plugin in others sites I deployed.
In fact I believed I missed something in the settings and not need to apply a "display: none;
kr, Jean-Luc
Those display by default, however I do need an option to remove then in the Blog add-on. I'll add it to my list of to-dos :)
Thanks :-)
No problem :)