Amaury
Well-known member
Just a general query.
I know either way works--which means the "if it works, then it doesn't really matter" comes into play here--but when it come to wanting to hide things like the forum list title, the likes bar, etc., what's generally better?
CSS:
Or removing/commenting out in the corresponding template:
I know either way works--which means the "if it works, then it doesn't really matter" comes into play here--but when it come to wanting to hide things like the forum list title, the likes bar, etc., what's generally better?
CSS:
Code:
.forum_list .titleBar h1 {
display: none;
}
Or removing/commenting out in the corresponding template:
Code:
<xen:comment><xen:h1>{$xenOptions.boardTitle}</xen:h1></xen:comment>