Page 1 of 1

Text in Header

Posted: Mon Oct 11, 2004 11:54 pm
by Inlightmag
I have a custom banner in the header section of my blog. When I click to read the extended text, it shows up on top of the graphics and looks really ugly.

Is there any way I can disable this or somehow fix it.

You can see this at http://devos.inlightmagazine.com/archiv ... icine.html

Posted: Tue Oct 12, 2004 6:09 am
by tadpole
Just modify your CSS file a bit more;

#serendipity_banner h1 { display: none; }

You may want to do the same for h2--it looks like you've tried to get rid of those elements by hacking the source code. If you just use CSS, it will be much easier to update Serendipity.