S SelamT Active member Jun 5, 2023 #1 Hello, Is there a way to hide user avatars that appear where forum posts are posted? Is it possible to have it like the picture below? pictures unnecessarily affect speed etc. Thanks,
Hello, Is there a way to hide user avatars that appear where forum posts are posted? Is it possible to have it like the picture below? pictures unnecessarily affect speed etc. Thanks,
Solution BassMan Jun 5, 2023 Hello, Add this to your extra.less template: Less: .message-avatar-wrapper { display: none; }
BassMan Well-known member Jun 5, 2023 #2 Hello, Add this to your extra.less template: Less: .message-avatar-wrapper { display: none; } Upvote 0 Downvote Solution