Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1415085

    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?

    #1415216

    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

    #1415836

    Perfect, thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘“hide blog meta elements” is not working on Blog Posts’ is closed to new replies.