Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #505909

    Hi,

    I’m currently using Disqus Comment System and disabled enfold comments, but the problem is, in my page where i set to show the posts from a category, the comments appear in below the thumbnails of each post. how do i remove them?
    Please, check the link i sent to you.
    Thanks
    Arash

    #505951

    Hi A_Niloo!

    I checked your link but did not see any comments. Are you wanting to disable them in the single post view?

    Best regards,
    Elliott

    #506004

    Hi Elliott,
    No, not in single post and i don’t want to disable comments. From the link if you have noticed, there are comment counts under each thumbnail, i just don’t want them to show.

    Thanks
    Arash

    #506010

    Hey!

    Try adding this code to the Quick CSS:

    .slide-meta-comments{
    display: none;
    }

    Cheers! 
    Josue

    #506164

    Hi Josue,

    Thanks for reaching out, the codes couldn’t help, comments are still there.

    Regards,
    Arash

    #506275

    Hey,

    Josues code should work, please try with !important added to the CSS argument:

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

    Regards,
    Rikard

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