Forums
Home / Theme: Fukasawa / Remove date from Posts
(@lc-hayes)
8 years, 11 months ago
How do I remove the date from posts?
Thank you in advance,
LC
(@paulwp)
Use this in Custom CSS plugin (or via theme option if provided)
.post-date { display: none; }