Home › Forums › Support › Round avatar This topic has 10 replies, 4 voices, and was last updated 7 years, 4 months ago by Tom. Viewing 11 posts - 1 through 11 (of 11 total) Author Posts November 5, 2015 at 7:58 am #150713 Oleg Hello! By default GeneratePress, all avatars including the BuddyPress&bbPress, are square. How to do all avatars round? Thanks you. November 5, 2015 at 9:47 am #150734 bdbrown Hi Oleg. This example may give you a starting point: Wrapping Text Around A Circular Image With CSS Shapes. November 5, 2015 at 9:51 am #150735 Oleg Thanks, but this code is not working for me. I’m not sure how to change it. November 5, 2015 at 10:29 am #150755 TomLead Developer Lead Developer I’m using this CSS to make avatars round in bbPress: #bbpress-forums div.bbp-forum-author img.avatar, #bbpress-forums div.bbp-topic-author img.avatar, #bbpress-forums div.bbp-reply-author img.avatar { border-radius: 50%; } border-radius: 50% will only work if the image is the same width and height (100×100 for example). Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development November 5, 2015 at 6:28 pm #150833 Oleg Thank you! What CSS is needed to BuddyPress? November 5, 2015 at 11:48 pm #150860 TomLead Developer Lead Developer Can you link me to a BuddyPress page with avatars? Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development November 6, 2015 at 12:12 am #150870 Oleg It’s standard page, example: Activity – http://test2.rus.network/activity/ Members – http://test2.rus.network/members/, http://test2.rus.network/members/olegus/profile/ Groups – http://test2.rus.network/groups/, http://test2.rus.network/groups/the-godfather/ November 6, 2015 at 12:31 am #150878 TomLead Developer Lead Developer Give this CSS a try: .avatar { border-radius: 50%; } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development November 6, 2015 at 10:57 am #151041 Oleg Yes, cool! November 12, 2015 at 2:37 pm #152537 Michael @Tom that was the best CSS code around. Thanks for that. Small and simple. November 12, 2015 at 10:48 pm #152590 TomLead Developer Lead Developer Happy to help! 🙂 Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development Author Posts Viewing 11 posts - 1 through 11 (of 11 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In