Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #184349

    Hi Guys,

    How can I remove the Comment count and Date stamp from the blog grid view template?

    Its the Comment count and Date below each thumbnail when using the blog grid view.

    #184488

    Hey Gekko101!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .avia-content-slider .slide-meta { display: none; }

    Regards,
    Yigit

    #185213

    Thanks that worked.

    How can I remove the meta data totally from the blog posts as well (full page blog post)?

    #185216

    Hey!

    Following code should remove it as well

    .post-meta-infos { display: none; }

    Regards,
    Yigit

    #185232

    Thanks, worked 100%

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Remove Comment and Date stamp from blog view’ is closed to new replies.