MyBB Community Forums

Full Version: octagle avatars
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how to make round avatars?  I added border -radius: 50%;  but as you can see in the screenshot, it is rounded but not complete
add this
.author-info-img img {
    border-radius: 50%;
}
I added but nothing has changed it is the same as it was.
For the usercp avatar add this:
.usercp_container img {
    border-radius: 50%;
}
Thank you now it works.  and I would like to do such avatars if you click on the selected user in his profile and I would also like to add something that enters the user list