Page 1 of 1

Disable Date Entry in banner?

Posted: Mon Apr 24, 2006 6:42 pm
by DMotel
I am loving this application but I have a challenge.

I am using just an image for the banner: http://bernsteinmedical.com/blog/index. ... 04/24.html

but the date of the entry is trying to write over the image. Can I disable this?

Thanks! :D

Re: Disable Date Entry in banner?

Posted: Mon Apr 24, 2006 7:24 pm
by garvinhicking
Sure. Just edit your style.css of your template directory and insert this at the bottom:

Code: Select all

#serendipity_banner h2 a.homelink2 { display: none }
The other way would be to just edit your index.tpl file and remove the HTML code in the serendipity_banner.

HTH,
Garvin

Posted: Thu Apr 27, 2006 7:49 pm
by DMotel
Thanks. Where is the index.tpl file located?

Posted: Thu Apr 27, 2006 8:03 pm
by d_cee
Hi

you'll find the index.tpl file for the theme you're using in templates/your_chosen_theme

Dave

Posted: Thu Apr 27, 2006 8:16 pm
by DMotel
Got it. Thanks!