Notifications
Clear all

wpForo 1.x.x [Solved] Square profile pictures?

5 Posts
2 Users
3 Likes
2,485 Views
Posts: 23
Topic starter
(@userx)
Eminent Member
Joined: 7 years ago

How can I make profile pictures Square in all pages square instead of circle?

4 Replies
Robert
Posts: 10503
Admin
(@robert)
Support Team
Joined: 8 years ago

Use this CSS code:

.avatar{border-radius:0%!important;}

Posts: 23
Topic starter
(@userx)
Eminent Member
Joined: 7 years ago

Apologies is this seems like a stupid question but where do I put this? In my themes css file?

Robert
Posts: 10503
Admin
(@robert)
Support Team
Joined: 8 years ago

You can put it in Dashboard > Forums > Settings > Styles > Custom CSS Code textarea. Then save it, delete all caches and do Ctrl+F5 on front-end.

Posts: 23
Topic starter
(@userx)
Eminent Member
Joined: 7 years ago

I love you man 🙂