New Landing How can we help? Atelier Hide the message "No Comments" in the masonry blog

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Atelier
  • #317308
    freeheart
    Member
    Post count: 51

    Hey guys,

    I would like to hide the message “No Comments” in the masonry blog. I know I can hide the blog item details within the page builder but I would prefer just NOT to show the message “No Comments”. However I want to keep the icons showing the likes and comments below the excerpt.
    I think it does not make any sense to show the text “No Comments” when there are none. Hope you can help.

    Cheers,
    Tom

    #317312
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css option.

    .page-id-1005 .blog-item-details {
        display: none;
    }

    -Rui

    #317325
    freeheart
    Member
    Post count: 51

    Rui, thank you. That works.

    Is there also an easy way to hide “By -Author Name- on -Date-” in recents posts (widgets in right sidebar on same page)? So that the recent posts show only thumbnail, tilte and the like/comment icons.

    Cheers, Tom

    #317329
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Sure. Add this code

    .page-id-1005 .recent-posts-list li .recent-post-details>span {
        display: none;
    }

    -Rui

    #317331
    freeheart
    Member
    Post count: 51

    Awesome. Thank you Rui!

    #317333
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem. Glad I could help.

    -Rui

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

You must be logged in to reply to this topic.