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

    I’ve hidden the comments/author/dates from posts, using:
    /* hide single post author date*/
    .post-meta-infos { display: none; }

    But they still display on a page that has the blog post module. How can they be hidden there too??

    #1110210

    Hey m,

    Please try this as well:

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

    Best regards,
    Rikard

    #1111140

    Thank you! The comments are gone, but the date still shows.

    #1111151

    Hi,

    Add this to quick css:

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

    Best regards,
    Jordan Shannon

    #1111370

    Thank you!

    #1111405

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Hide post #comments / dates in blog post module’ is closed to new replies.