Topic: Removing Title
I wish to remove the Title because I have a logo to replace it in the header. Does anyone know how I can remove it? =]
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 troubleshooting → Removing Title
I wish to remove the Title because I have a logo to replace it in the header. Does anyone know how I can remove it? =]
That removes the whole header and my logo disappears. :[. Do you know how I can just remove the title, not the header?
Header.php:
$tpl_main = str_replace('<pun_title>', '<h1><span>'.pun_htmlspecialchars($pun_config['o_board_title']).'</span></h1>', $tpl_main);
Chronotrigga: What's the CSS you use to add the logo?
Oxygen
No, I meant the actual CSS changes you made
I used this: http://wiki.punres.org/Add_a_logo_to_the_header_via_css
But the whole CSS code can be found here:
http://rafb.net/p/C20EcJ79.html
Add this after your changes
.pun H1 span
{
display: none;
}
That should hide the text
Thanks a lot
Edit: I also want to do something else. I want to change the color of the inside of the header. I was able to change it, but it changed all the inside borders.. Is it possible just to change the color if the inside of the header?
http://rafb.net/p/J7SSX114.html (line 11 is where I changed the color)
PunBB Forums → PunBB 1.2 troubleshooting → Removing Title
Powered by PunBB, supported by Informer Technologies, Inc.