Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #945460

    Hi, how can I remove all the meta tags (date, author, comments, category) and show the featured images on a tag/category/archive page?

    #946381

    Hey DROR,

    Thank you for using Enfold.

    The post meta infos can be disabled from the Enfold > Blog Layout panel. Or just add this code on the Quick CSS field.

    #top .fullsize .template-blog .post-meta-infos {
        display: none !important;
    }

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.