Forums
Home / Theme: NatalieList / How to remove date
(@kiwams)
2 years, 3 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)
2 years, 1 month ago
Add this in Appeareance > Customizer > Additional CSS:
.post .entry-meta .post-date { display: none;}