Add this css to EXTRA.css if you want to hide
Code:.forum_list .titleBar h1 { display: none; }
Nope. I think that is removeOr just comment out the code in the appropriate template with <xen:comment>code here</xen:comment>.
If using my postCould removing the h1 attribute have a negative effect on SEO?
that not effect on SEO. Just only using css to hidden boardTitleAdd this css to EXTRA.css if you want to hide
Code:.forum_list .titleBar h1 { display: none; }
http://xenforo.com/community/resources/template-syntax-xenforo-tags.2122/update?update=5137I said comment out, not remove.
http://xenforo.com/community/resources/template-syntax-xenforo-tags.2122/update?update=5137
Do you read that? When you comment that line so when running site you don't have boardTitle because that was removed.
Adding display: none; will cause the HTML to still be sent to the user. It will look "removed" on their side but they will still be able to see the HTML.You really aren't making any sense.
Wrapping the code in the appropriate template with <xen:comment>code here</xen:comment> is the same as adding what you provided to EXTRA.css.
.forum_list .titleBar {
display: none;
}
.forum_list .titleBar h1 {
font-size: 0px;
}
<xen:comment>
This content is commented out
</xen:comment>
We use essential cookies to make this site work, and optional cookies to enhance your experience.