Topic: How To Remove Forum Title?

Hi,

I have a header image that already has the name of the forum.

How can I remove the title of the forum?

Right now it displays the title over the image

see here:

http://www.carinafuller.com/forums/

Thank s guys!

2

Re: How To Remove Forum Title?

edit main.tpl and remove it from there.

3

Re: How To Remove Forum Title?

Better : play with CSS


DIV#brdtitle h1 span {
        display : none;
}

Re: How To Remove Forum Title?

Thanks for your help but I must be doing something wrong:

In main.tpl I put:

<div id="brdheader" class="block">
    <div class="box">
        <div id="brdtitle" class="inbox">
<span id="brdtitle"><pun_title></span>


In mystyle.css I put

DIV#brdtitle h1 span {
        display : none;
}

Thank you!

5 (edited by Gizzmo 2005-08-02 02:07)

Re: How To Remove Forum Title?

take off the id tag from the span, that is not valid because you can only have one id with the value brdtitle. and its not needed

in fact you dont even need the span tag at all.

Re: How To Remove Forum Title?

Thanks for the tips, but I removed the id and span tags but it still displays the title text.

I cannot remove the <pun_title> tag because my header image is linked to it.

Can anybody explain to me how my code in the main template has to look like so it hides the text?

<div id="brdheader" class="block">
<div class="box">
<div id="brdtitle" class="inbox"><pun_title><pun_desc>
</div>

Thanks,
Dada

Re: How To Remove Forum Title?

well the title isnt being displayed its the description that is bein displayed

add to your css

div #brdtitle p {
        display : none;
}

and

"Leben | Freude | Sorgen | Fragen | Erfahrungen | Klagen | Hier Könnt Ihr's Loswerden"

should disapear

Re: How To Remove Forum Title?

Sorry for being so problematic but I would like to keep the description but would like the forum title :'Tägliches Brot Lädt zum Schwafeln Ein' disappear.

Any suggestion how to hide it? Problems described above.

Thanks,
Dada

Re: How To Remove Forum Title?

well that is the only text that is showing in the header, and above that is your header image. everything seems to be fine.

can you post a screen shot?

10

Re: How To Remove Forum Title?

Thank you all. I got it resolved. There must have been a glitch with the css file but now everything works as it should. The title text is hidden as suggested above.

One more thing: The header image is not displayed correctly on Mac IE. Does it look okay on a PC? Any work arounds for this?

Thanks you!
Dada