Help - Search - Members - Calendar
Full Version: Get Rid of the Date Before the Post
Forums > Resource Center > Support Center > Xanga Support > Xanga Resolved Topics
palmer1521
Is there a code that will allow me to get rid of the big date that is on top of my post?
GDxSweetChildren
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;
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.