1

Topic: Logo Problems...

I've followed the guide to adding a Logo from the Wiki, and all is well, apart from the fact the Header Text is still there.

I'm using 1.2.14, with Cobalt.

Thanks
NG

Re: Logo Problems...

remove <pun_title> and/or <pun_desc> from main.tpl

~James
FluxBB - Less is more

3

Re: Logo Problems...

that removed my logo as well!

Re: Logo Problems...

Add this in your *_cs.css file

#brdtitle {background: url(path/to/file.gif) center no-repeat; height: 90px;}
#brdtitle H1, #brdtitle p {display: none;}

Remember to change the url of your logo.