how to remove the date "flag" on side of post?
-
how to remove the date flag on side of post? http://arlenefranciscenter.org/calendars/
The blog I need help with is: (visible only to logged in users)
-
You would need the Custom Design upgrade to do that. But once you have it, this CSS should remove it:
.post-date { display: none; }
- The topic ‘how to remove the date "flag" on side of post?’ is closed to new replies.