how to remove avatars in the notice text area of a forum and a topic?
-
in the notice text area of a forum, there’s message:
“This forum contains xxx topics, and was last updated by”
and there’s an avatar before the user, how to remove that?also, that’s the case for a topic, how to remove that?
“This topic contains xxx replies, has xxx voice, and was last updated by”BTW,
I managed to remove some avatars in other areas through this:.widget_display_topics .bbp-author-avatar { display: none ! important; } .bbp-topic-started-by .bbp-author-avatar { display: none ! important; } .bbp-topic-freshness-author .bbp-author-avatar { display: none ! important; } <code></code>
reference:
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.