Any link to your website/forums?
Hi Xevo,
sorry, but it runs still on localhost.
But it looks just like here in the forum. For example, in the table “Latest Topics”
Please look here.
These small avatars I would like to delete.
I guess it is to be found in the same file of bbPress?
Would be glad for help.
Thank you.
It’s called “avatar-14” because the size is 14×14 pixels.
Add this to the bottom of your css file, and it should work.
.avatar-14 { display: none !important; }
I’ve added it into the style.css of my child-theme.
But the avatars are still there.
Was that the wrong style.css??
What @xevo says is correct. If you put it in the correct place (meaning it’s loading correctly) that CSS will hide the default small avatars and prevent them from being displayed.
Thank you, John James, for your help!
I’ve checked it again and again and finally saw that I had written it in the wrong style.css. Embarrassing these newbies ….. 🙁
Sorry about the trouble.
Thank you!
Morgensonne
Remove border and add
height: 15px;
width: 15px;
or
height: 0px;
width: 0px;
Example:
/* =Avatars
————————————————————– */
#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 {
float: none;
margin-bottom: -7px;
height: 15px;
width: 15px;
Live:
http://gameboss.eu/forums/forum/gameboss/