XF 2.0 How to keep board title from displaying in header and above forums?

jr777

Active member
I want to keep the board title from displaying. It's in my header in the logo area, plus it's above the node list on the forums page. I really want to get rid of it in both places, as it looks horrible.
 
Are you talking about this?

capture23-png.157987
 
Hello again.
I found a method for that header logo, If I'm wrong then someone can correct me.

Code:
.p-header-logo.p-header-logo--image img {
    vertical-align: bottom;
    max-width: 100%;
    max-height: 200px;
    display: none;
}

headerlogo.webp
 
Top Bottom