Forums
Forums / Theme: NatalieList / How to remove date
(@kiwams)
3 years, 5 months ago
How do I remove the date from a single post.
The theme does not have any option to do that as of now.
Or do I need to use a custom code?
Still familiarizing myself with the theme.
Thanks.
(@threadi)
3 years, 4 months ago
Add this in Appeareance > Customizer > Additional CSS:
.post .entry-meta .post-date { display: none;}
The topic ‘How to remove date’ is closed to new replies.