Enfold > Blog Layout > Blog Meta Elements > Blog Post Date — This is disabled.
Enfold > Blog Layout > Blog Meta Elements > Blog Post Comment Count — This is disabled.
The post dates and comments still show on pages with the Blog Posts element.
How do we hide the post dates and comments from the Blog Posts elements?
Hey Tanja,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
.slide-content .slide-meta {
display: none;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Perfect, thank you!