Topic: hiding board title and desc in header

Hi, I've added a logo to the forum via CSS (thanks FAQ), but I would like to hide the text showing the board name and description.  Is this possible through CSS or am I going to have to edit the .php files themselves?

Re: hiding board title and desc in header

have you tried going through your admin settings and deleting the title & description?

Re: hiding board title and desc in header

whatevertheme.css


#brd-title a, #brd-title strong {
    font-size: 1.5em;
    text-decoration: none;
    font-weight: normal;
    display: none !important; 
    }

#brd-desc {
    font-size: 1.084em;
    padding-top: 0;
    padding-bottom: 0;
    display: none !important;
    }

Re: hiding board title and desc in header

Per #3: Yeah, but then you have to do it in any style sheets or style sheet updates.
I think the easiest way is to simply comment out the <pun_board / title> entries in the header.php file - one time, one place, and (per#2) you still get to keep the board title and description entry for however it may be referenced in other ways on the board.

At least, that's how I feel its best done in v1.2.x.  Should be same/similar for 1.3.x.
Just my 2-sense.

TwoHawks
Love is the Function
No Form is the Tool