Tagged: meta, remove date
hello
How to remove the date and author of articles in the “blog” page (Fullwidth-Flexible Masonry Masonry) as well as the page of the article in question (after clicking on an item on the “blog”). I would remove all metadata (October 31, 2013/0 Comments / in Uncategorized / by admin)
thank you very much…
Hey benspy!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.av-masonry-date, .post-meta-infos { display: none; }
Best regards,
Yigit
This is good, he had to remove the spaces in your code …!
==> .av-masonry-date, .post-meta-infos { display: none; }