I have been trying to remove breadcrumbs from the main forum listing and keep them on the thread list and the thread itself. I assumed this should work.
<xf:if is="$template !== 'forum_list'">
.p-breadcrumbs
{
display: none;
}
</xf:if>
but this seems to remove it from all 3. I am using a custom style but wasn't sure if I was doing something wrong or if it's something with the template.
<xf:if is="$template !== 'forum_list'">
.p-breadcrumbs
{
display: none;
}
</xf:if>
but this seems to remove it from all 3. I am using a custom style but wasn't sure if I was doing something wrong or if it's something with the template.