Home › Forums › Support › Round avatar › Reply To: Round avatar
November 5, 2015 at 10:29 am
#150755
Lead 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