Hello! I think FORUMs would be better and cleaner without Avatars.
I am sending a picture attached... as you can see, inside FORUMS there are 3 avatars red-circled, I would like to hide them and keep just the written text. I don't need "avatar + name"... I need just "name" inside FORUMS only.
Is there any CSS or settings? I tried to find, however I didn't find any.
Hello! I think FORUMs would be better and cleaner without Avatars.
I am sending a picture attached... as you can see, inside FORUMS there are 3 avatars red-circled, I would like to hide them and keep just the written text. I don't need "avatar + name"... I need just "name" inside FORUMS only.
Is there any CSS or settings? I tried to find, however I didn't find any.
Thanks a lot!
Hello Alex.. thanks! It worked perfectly...
Could you help me to hide "Breadcrumbs" inside forum?
I would also like to hide the word 'private' that is appearing twice in the title of my forum.
Attached a picture illustrating.
Thank you very much!
Add the css to hide the breadcrumbs :
.forum-archive ul.breadcrumbs,.forum ul.breadcrumbs {
display: none;
}
Sorry the appearance of private label two times is an issue ,we will fix this in next update of wplms .
I had to add
.forum-archive ul.breadcrumbs,.topic ul.breadcrumbs {
display: none;
}
because topics were still showing breadcrumbs... but I got the logic.
Thank you very much!
Author
Posts
Viewing 6 posts - 1 through 6 (of 6 total)
The topic ‘How to Hide Avatar inside FORUM’ is closed to new replies.