Forums
Home / Theme: evolve / Posts
(@sasha-abdullin)
9 years, 5 months ago
How to remove the record date and the author of posts?
(@emranemranx)
Hi there,
Thanks for writing in, you can achieve that by adding the following code under Appearance > Theme Options > Custom CSS:
.entry-meta.entry-header { display: none; }
Thanks.