Hi Guys,
How can I remove the Comment count and Date stamp from the blog grid view template?
Its the Comment count and Date below each thumbnail when using the blog grid view.
Hey Gekko101!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.avia-content-slider .slide-meta { display: none; }
Regards,
Yigit
Thanks that worked.
How can I remove the meta data totally from the blog posts as well (full page blog post)?
Hey!
Following code should remove it as well
.post-meta-infos { display: none; }
Regards,
Yigit
Thanks, worked 100%