Disable Date Entry in banner?

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
DMotel
Regular
Posts: 67
Joined: Fri Apr 21, 2006 8:49 pm

Disable Date Entry in banner?

Post 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
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Disable Date Entry in banner?

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
DMotel
Regular
Posts: 67
Joined: Fri Apr 21, 2006 8:49 pm

Post by DMotel »

Thanks. Where is the index.tpl file located?
d_cee
Regular
Posts: 603
Joined: Wed Jan 18, 2006 6:32 pm
Location: UK
Contact:

Post by d_cee »

Hi

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

Dave
DMotel
Regular
Posts: 67
Joined: Fri Apr 21, 2006 8:49 pm

Post by DMotel »

Got it. Thanks!
Post Reply