XF 2.2 Remove Forum Title from Index?

Matthew H

Active member
Is there some bit of code I can add to the extra.less template to remove the board title from my index? It looks needlessly redundant below my logo.
 
Brogan,
How can we remove the title in a specific page node, say node-13
Code:
[data-template = "page_view"]
{
    .p-title-value
    {
        visibility: hidden;
    }
}
 
Back
Top Bottom