New Landing How can we help? Themeforest Theme Support Dante Remove comments (number) in archive/category view – Masonry

Viewing 11 posts - 1 through 11 (of 11 total)
  • Posted in: Dante
  • #294080
    TRDK
    Member
    Post count: 15

    Is there a way to remove comments (number) in archive/category view – Masonry – See attached

    Thanks for helping out.

    Torben

    Attachments:
    You must be logged in to view attached files.
    #294087
    David Martin – Support
    Moderator
    Post count: 20834

    Sure, please add this to Theme Options => Custom CSS:

    .archive .comments-likes .comments-wrapper {
        display: none!important;
    }
    #294094
    TRDK
    Member
    Post count: 15

    Thanks. Done that. But they are still there. Has not been removed. See https://www.torbenrick.eu/blog/

    #294095
    TRDK
    Member
    Post count: 15

    See attached

    Attachments:
    You must be logged in to view attached files.
    #294121
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Try this code instead.

    .blog-item .comments-likes .comments-wrapper{
        display:none!important;
    }

    -Rui

    #294127
    TRDK
    Member
    Post count: 15

    GREAT – BIG THANKS and have a nice day ๐Ÿ™‚

    #294133
    David Martin – Support
    Moderator
    Post count: 20834

    You said archive/category view? The above code will remove it from all?

    Anyhow, glad it’s working for you.

    #294141
    TRDK
    Member
    Post count: 15

    Remove it from all?

    The comments are still on all post – that have not changed. Is is gone on archive/category view – that is what I wanted.

    Look here https://www.torbenrick.eu/blog/

    #294146
    David Martin – Support
    Moderator
    Post count: 20834

    They have been remove from your blog page:

    This is not an archive/cat’ view.

    #294176
    TRDK
    Member
    Post count: 15

    Sorry – you are right ๐Ÿ™‚

    #294194
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem. Thanks David.

    -Rui

Viewing 11 posts - 1 through 11 (of 11 total)

You must be logged in to reply to this topic.