• Resolved rononthepond

    (@rononthepond)


    I am developing a private forum whose members will have no interest in using avatars, and probably don’t know or care what one is. Is there a way to eliminate the use of avatars, and equally importantly, the vast amount of vertical space they occupy? I’d like to tighten up and simplify the appearance. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Robin W

    (@robin-w)

    try this is a custom css

    #bbpress-forums p.bbp-topic-meta img.avatar,
    #bbpress-forums ul.bbp-reply-revision-log img.avatar,
    #bbpress-forums ul.bbp-topic-revision-log img.avatar,
    #bbpress-forums div.bbp-template-notice img.avatar,
    #bbpress-forums .widget_display_topics img.avatar,
    #bbpress-forums .widget_display_replies img.avatar {
    display: none;
    }

    Come back if that doesn’t work

    Plugin Author Robin W

    (@robin-w)

    or possibly

    img.avatar,
    {
    display: none;
    }

    Thread Starter rononthepond

    (@rononthepond)

    Robin, thank you for the suggestions. I only just now saw your reply. I will give it a try, but it looks like a good approach. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Eliminate avatars?’ is closed to new replies.