vij

Registered
Hi

How can I disable the board title from displaying on the forum home? Any way other than template edit?

Regards
 
I don't see this as an option in Fourm/Node List. Has this changed ?
This was removed in XF2. I didn't like that removing the title left a gap due to the buttons on the right. If you still want to remove in 2.x:
Code:
body[data-template="forum_list"]
{
.p-title-value {
display: none;
}
.p-title-pageAction {
margin-left: auto;
}
}
 
Last edited:

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back