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

    Hello! How do I hide comments from appearing on the blog grid layout? I tried doing .slide-meta-comments {display:none;} but it didn’t work…

    Thanks!

    #232258

    Hi bridgers!

    Please try adding !important rule to force it as following

    .slide-meta-comments, .slide-meta-del { display: none!important; }

    Cheers!
    Yigit

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