Hi,
I would like to show only the date under my post titles. How do I do this?
Thanks,
Shelley
Hi rhinocorp!
Please remove following code from Quick CSS field
.av-masonry-date, .av-masonry-text-sep, .av-masonry-author, .post-meta-infos, .av-magazine-time { display: none; }
and add following one instead
.text-sep-date, .comment-container, .text-sep-comment, .blog-categories, .text-sep-cat, .blog-author { display: none !important; }
Best regards,
Yigit
Worked great. Thanks!