Get Rid of the Date Before the Post |
Get Rid of the Date Before the Post |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 5 Joined: Aug 2006 Member No: 458,261 ![]() |
Is there a code that will allow me to get rid of the big date that is on top of my post?
|
|
|
![]() |
![]()
Post
#2
|
|
![]() PROPERTY OF: GREEN DAY ![]() ![]() ![]() Group: Member Posts: 40 Joined: Jul 2006 Member No: 439,861 ![]() |
yes replace the part of your layout code that looks like this::
CODE div.blogheader, .caption { /* edits the dates */ font-family: franklin gothic medium; text-transform: lowercase; background-color: transparent; font-size:19px; font-weight:none; line-height: 10px; letter-spacing:-2px; color: #000000; text-align:right; padding:3px; width: 280px; border:2px solid #000000; with this CODE div.blogheader, .caption {
/* edits the dates */ display: none; |
|
|
![]() ![]() |