Hi All,
I deselected some of the boxes in theme options > Blog Layout > Blog meta elements because I want to hide blog meta elements.
This however does not work. They are still visible under each post’s title on the blog role.
Please advise how to rectify this
regards,
Peter
Hi TheElear!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
span.post-meta-infos { display: none !important; }
if that does not work, please post the link to your website
Regards,
Yigit
Hi Yigit,
Thanks a lot. This works fine. I added this code to the child theme styles.css.
For your info the boxes in Theme options > Blog Layout > Blog meta elements only hide these meta elements on a single post page but not in an archive or a blog roll. Your CSS code hides it in archives.
regards,
Peter
PS. You can now close this thread