How to make profile pictures square?

I have seen some other discourse sites with small square profile pictures on all pages? How can I get that?

Like this?

Try adding this to admin>customize>css/html

img.avatar { border-radius: 0; }
8 Likes

It should work. Make sure there is no space in img.avatar. You also have to check the ‘Enabled?’ checkbox at the bottom of the editor.

6 Likes