Nevermind... got it already... if you add the page node to public tab you've created, the breadcrumb don't show.
<xf:if is="$template != 'page_view'">
.p-breadcrumbs
{
display: none;
}
</xf:if>
In the Template HTML field when you edit page node.where do you place this code please?
extra.lesswhere do you place this code please?
Check this post: https://xenforo.com/community/threads/remove-breadcrumb-on-page.137793/post-1210736Tried adding it in the extra.less and the page template. Couldn't get it to work. I'm pretty new to this, would any care to explain exactly how to put this in?
Yep, I tried to wrap it in there but kept getting an error for invalid syntax. Probably just missing something simple but I can't seem to find anything on how to wrap it correctly.
Thanks so much! that worked like a charm. I was missing the css part behind the xf. I am going to have to go and find some tutorial talking about the way to use the xf: better.Sorry, add this code to template HTML when editing page node:
Code:<xf:css> .p-breadcrumbs { display: none; } </xf:css>
Thanks for the answer, I just found it !If you wish to remove breadcrumbs on forum list only add this to your extra.less template:
CSS:[data-template="forum_list"] .p-breadcrumbs { display:none }
We use essential cookies to make this site work, and optional cookies to enhance your experience.