• Hi there folks, I am using Custom Community theme, and there is a setting in the theme options to hide author and meta information in the blog posts.

    The website I am making isn’t a blog website so I don’t want “posted by ****** in ****** on the ******”

    I used to remember how to do this, but I don’t even know what to do not next even.

    I have tried clearing the cache, different browsers and all of the usual stuff…

    thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @sam Demeda

    give this a try in your theme settings / css tab.

    /* avatar clean up */
    div.author-box, div.comment-avatar-box, .commentlist img.avatar { display: none !important; }

    div.comment-body div.comment-author { margin-left: 0; }

    body.bubble #outerrim div.post div.post-content, #blog-search #outerrim div.post-content { margin-left: 0; width: 99%; }
    /*remove date info */
    div.post p.date, div.post p.postmetadata, div.comment-meta {display:none;}

    If you need more help let us know.

    Hi,

    I am trying to remove the avatar, date, author, and comment info from a blog page. I have checked the boxes under Show/Hide Media Info under Custom Community Settings on the the Edit Post page, but this is not working. Any idea why? I have refreshed the page and checked on different devices. I also tried deleting the blog page and post and starting over, but it still did not work.

    I tried putting the above code in the CSS in Theme Settings. It worked great to removed the avatar, date, tags and comment info, and author under the post title. But the author above the post title, that was next to the avatar when the avatar was there, is still remains. At the top of the post, just above the post title it says “by [author email address]”. How can I remove this?

    Thanks,
    Jen

    As per the Forum Welcome, please post your own topic.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to remove autor picture in blog view.’ is closed to new replies.