Tagged: advanced layout, enfold, meta data
First, GREAT THEME! Thank you!
I am using the Advanced Layout Editor on a page where I’d like to summarize some blog posts with a blog post slider or just the blog post listing. However, I don’t want the meta data to show up. Specifically the post date. When I change it in the theme options>blog settings, the changes don’t occur in the advanced layout editor elements.
Is there a way to edit this?
Hi pkjd!
Add this to a codeblock element in the page.
<style type = "text/css">
.slide-meta, .post-meta-infos { display: none !important; }
</style>
Regards,
Elliott
Excellent! Thank you.