delete the date?
-
does someone know how to delete the date oder how to modify it (size&color)?
thanks a lot
widmer
switzerland -
do you mean css class or id for the post date ? if that’s what you want you can use this :
.published { display: none; }to hide the posting dateor
.published { background: #777; font-size: 20px; color: #555; }to change color, font size, and background color
note: that’ll only works on Firefox, and if you’re using IE / your visitors using IE don’t expect it to work (although several website already saying that by using span tags they can make it works on IE, but its still not working on IE6 … but i can be wrong .. maybe someone else with more knowledge about css can help you out)
cheers
-
The date is now wrapped in a div with an “entry-date” class. You should be able to do much more with it now.
-
- The topic ‘delete the date?’ is closed to new replies.