Removing dates from Master-Suite template
-
I am “playing” with the template Master-Suite. It’s a learning experience for me.
I want to remove all dates and I’ve read a few suggestions on this forum. I looked at the code in this template and I don’t see anything that looks like what I’ve seen suggested for removal on the forum.
I see this code that appears to refer to dates:
.post-date {
background: #99957B url(images/datebg.gif) no-repeat bottom center;
float: left;
width: 60px;
height: 60px;
margin: 0px 5px 0 0;
}.post-date em {
display: block;
font-family: arial, verdana, sans-serif;
color: #D6D7B4;
font-weight: bold;
text-align: center;
}.post-date em.dateday {
color: #FFF9CE;
padding: 1px;
font-size: 22px;
}.post-date em.monthyear {
padding: 1px;
font-size: 16px;
}.post-date em.year {
padding: 1px;
font-size: 12px;Is this what I would delete from the template to avoid dates?
MM
The topic ‘Removing dates from Master-Suite template’ is closed to new replies.