1

Topic: How do I remove the board title?

How do I remove the board title (on this forum, "PunBB.org Forums", for example)? I have add an logotype in the header that I want to use insteed of the board title.

Re: How do I remove the board title?

To hide it (not remove it), add this to your style.css:

#brdtitle H1 SPAN {DISPLAY: none}

But this depends on how did you put the logo there.

3

Re: How do I remove the board title?

fmimoso wrote:

To hide it (not remove it), add this to your style.css:

#brdtitle H1 SPAN {DISPLAY: none}

But this depends on how did you put the logo there.

Thx!