MyBB Community Forums

Full Version: How to change avatar on threads back to squares?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Got a new theme and now all my avatars have switched into circles, was wondering where do i edit this in the template?

_______________________________________________________________
EDIT: Fixed by dragonexpert
dragonexpert Wrote:Go to Admin CP->Theme & Templates->Your Theme->global.css.

Go to Advanced Mode.

Find
Code:
/* add a rounded border to avatars */
.tborder .trow1 .post_avatar img{
border-radius: 35px;
-moz-border-radius: 35px;
-webkit-border-radius: 35px;
}

You can just remove that whole part because that rounds off avatars.
Without knowing the url or CSS you have, its much more difficult for us to help you. I'm going to guess there might be a border-radius property for the circle avatars.