How to Hide Avatar inside FORUM

Home Forums Legacy Support Support queries How-to & Troubleshooting How to Hide Avatar inside FORUM

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2774
    dimaguedes
    Spectator
    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!
    #2776
    dimaguedes
    Spectator
    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!
    #2903
    Anshuman Sahu
    Keymaster
    Try adding this css from wp-admin -> apperacne ->customize -> custom css : #bbpress-forums img.avatar { display: none; }
    #3007
    dimaguedes
    Spectator
    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!
    #3148
    Anshuman Sahu
    Keymaster
    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 .
    #3295
    dimaguedes
    Spectator
    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!
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How to Hide Avatar inside FORUM’ is closed to new replies.