Please or Register to create posts and topics.

How to change the avatars to square avatars?

Sorry if this seems easy to solve (as I don’t really do plugin development), but how do you change the avatars from square to circle or give users the option to choose between one or the other? Or in general what do people add to CSS/Styles to change the aesthetics of avatar dimensions, borders, glow, etc.

Hello @11rezero

Please add the following code to the custom-css textfield in Forum -> Appearance:

#af-wrapper img.avatar {
    border-radius: 0% !important;
}

You can also apply other custom css-modifications there.

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!