XenForo Removing the board name from our homepage

CR LEAKS

Administrators
Joined
Mar 25, 2022
Messages
1,485
Credits
28,049
1722682453706.png
extra.less


CSS:
.p-title h1
{
    visibility: hidden;
}

Using that instead of display: none ensures the buttons remain in the same location.
 
Back
Top Bottom