remove time & date on entry header

Jan 28, 2007 13:11

Hi, does anyone know how to completely remove the time and date on the entry header? I only want the title on the entry header.

I'm having trouble figuring it out. Thanks.

css

Leave a comment

Comments 4

babyelefant January 28 2007, 09:24:42 UTC
with:

.entryHeaderDate {
display:none;
}

Reply

selvercy January 28 2007, 11:27:36 UTC
thanks much, but now the time is the one that took the place of the date.

i hope someone can help!

Reply

babyelefant January 28 2007, 12:39:09 UTC
as far as I can see, you didn't add

.entryHeaderDate {
display:none;
}

anywhere, all I see is, that you added display:none to .entryHeaderDate a and to .entryHeaderDate a:hover

Reply

selvercy January 28 2007, 13:31:11 UTC
oooh ok, i get it now! thanks! *hits self on head for not getting it the first time around*

Reply


Leave a comment

Up