RSI
Active member
Hi,
How can I remove the Board Title from my Home tab page without removing the title from the basic board information settings?
It was working fine when my page was just a page node, but when I installed Brogan's CTA Home Page redirect add-on, https://xenforo.com/community/resources/cta-home-page.5029/ it no longer works.
I do have the <xen:h1></xen:h1> below at the top of my page node.
I think the redirect to the Home tab now is undoing it so what template do I need to edit? Is there one for the Home tab? Maybe another <xen:h1>{$xenOptions.boardTitle}</xen:h1> somewhere?
Thanks...
.
How can I remove the Board Title from my Home tab page without removing the title from the basic board information settings?
It was working fine when my page was just a page node, but when I installed Brogan's CTA Home Page redirect add-on, https://xenforo.com/community/resources/cta-home-page.5029/ it no longer works.
I do have the <xen:h1></xen:h1> below at the top of my page node.
Code:
<xen:h1></xen:h1>
<div class="messageText ugc baseHtml">
<style>
p.padding1 {
padding-top: 0.1em;
}
p.padding2 {
padding-top: 0.5em;
}
p.padding3 {
padding-bottom: 1em;
}
</style>
I think the redirect to the Home tab now is undoing it so what template do I need to edit? Is there one for the Home tab? Maybe another <xen:h1>{$xenOptions.boardTitle}</xen:h1> somewhere?
Thanks...
.