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!
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 troubleshooting → 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!
Better : play with CSS
DIV#brdtitle h1 span {
display : none;
}
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!
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.
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
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
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
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?
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
PunBB Forums → PunBB 1.2 troubleshooting → How To Remove Forum Title?
Powered by PunBB, supported by Informer Technologies, Inc.