Post list (antenna) widget – hide post date?
-
How can I hide the post date on the Post list widget?
The blog I need help with is: (visible only to logged in users)
-
Hi,
Please use the following CSS Code Snippet to hide date in the post list widget.
/* Post List Date */ .postlist-date { display: none; }
Thanks
-
- The topic ‘Post list (antenna) widget – hide post date?’ is closed to new replies.