Revert square group avatars back to circles

Home Forums Legacy Support Support queries Styling issues Revert square group avatars back to circles

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #20292
    koreancandy
    Spectator
    In the latest update you changed the group avatars to squares instead of circles. Please can you tell me if there is a way to keep the groups as circle avatars to match the bbpress forums? It makes no sense that the avatars of the group archives are squares when the forums have circle avatars. Thank you.
    #20298
    koreancandy
    Spectator
    Also, the font in the forum is very small, how can we increase the size? It's difficult to read. Thank you.
    #20647
    H.K. Latiyan
    Participant
    1) Please use this custom css:
    .groups ul#groups-list .item-avatar {
    
    border-radius:50%;
    
    }
    2) Please use this custom css:
    div#bbpress-forums div.bbp-reply-content p {
    
    font-size: 14px;
    
    }
    #20952
    koreancandy
    Spectator
    Thank you! :)
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Revert square group avatars back to circles’ is closed to new replies.