Text in Header

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
Inlightmag

Text in Header

Post 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
tadpole
Regular
Posts: 88
Joined: Fri Oct 08, 2004 6:20 am
Location: 33°6'4.079" North, 117°3'6.563" West
Contact:

Post 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.
Post Reply