Hi,
I would like to remove author and category from the main blog page as well as the post itself but keep the date.
Through searching, I found this to be added to the css styling .post-meta-infos { display: none; } however that is to remove everything. I would like to keep the date
Hey lflask!
You can go to Enfold theme options > Blog Layout and choose not to display selected meta.
You can also add following code to Quick CSS in Enfold theme options under General Styling tab
.text-sep-cat, .blog-author, .blog-categories, .text-sep-comment { display: none !important; }
Regards,
Yigit