removing the date-tags in Fresh
-
I have the CSS editor upgrade and was wondering how exactly I would go about removing or altering the date-stamps on the Fresh theme. I hate where it’s placed, and it keeps screwing with images I place at the top of my posts.
-
-
-
The way I did it is like this:
.date { border:none; display:block; float:left; color:#999; width:100%; text-align:left; position:relative; height:25px; margin:0 0 10px; padding:0; } .date_day,.date_month,.date_year { display:block; font:bold 1.3em/1.6em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; position:absolute; clear:both; overflow:hidden; } .date_month { left:0; } .date_day { left:25px; } .date_year { left:50px; }Make sure you have the Add to existing CSS radio button checked.
HTH
- The topic ‘removing the date-tags in Fresh’ is closed to new replies.