Skip to:
Content
Pages
Categories
Search
Top
Bottom

Remove avatars from widgets and latest posts on forum index?


  • exedotdmg
    Participant

    @exedotdmg

    I want avatars displayed, but only when one is viewing the actual post of a user. Right now the avatars appear on the widget for latest forum posts, as well as next to the username and latest post on the forum’s index.

    Sorry if this has been covered. My english is only okay.

Viewing 1 replies (of 1 total)

  • Robin W
    Moderator

    @robin-w

    No problem,

    Several ways to do this, the easiest is to add the following to your theme’s style.css file:

    .widget_display_topics .bbp-author-avatar { display: none ! important; }
    
    .bbp-topic-freshness-author  .bbp-author-avatar { display: none ! important; }
    
    

    or if you are using a child theme, put in in the bbpress.css in your css folder

    If you need further help, just come back and ask, or visit

    Step by step guide to setting up a bbPress forum – part 2

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar