Viewing 5 reply threads
You must be logged in to reply to this topic.
Is it possible to turn off the breadcrumbs feature on just one page please? I have a long title on one page that is showing over the top of the breadcrumbs text.
Hello,
Yes it’s possible. To do so, please add these lines into your page’s custom css box(screenshot):
.header_page {
display: none;
}
This way it will apply only to the specific page.
Best regards!
Hi there,
I have the same problem, however adding the css above removes my entire header, not just the breadcrumbs??
Thanks,
Zoe
Hello zoe_meyer,
To remove the breadcrumbs on a specific page, add this code to the CSS box of the page you want to not display them:
ul.page_parents.pull-right {
display: none;
}
Best regards!
You must be logged in to reply to this topic.