Tattooed Theist
Active member
Good Morning!
In the Forum_List template in order to remove the forum title from showing.
I've replaced this
With this
My problem is that I'm using @AndyB's Banner add-on and when I do this it also removed that forum title banner.
Would there be a way to remove just the text so the banner will remain there?
I would delete the forum title all together but that is what shows with a google search so I'd like to keep it there.
In the Forum_List template in order to remove the forum title from showing.
I've replaced this
Code:
<xen:h1>{$xenOptions.boardTitle}</xen:h1>
With this
Code:
<xen:h1></xen:h1>
My problem is that I'm using @AndyB's Banner add-on and when I do this it also removed that forum title banner.
Would there be a way to remove just the text so the banner will remain there?
I would delete the forum title all together but that is what shows with a google search so I'd like to keep it there.