Notifications
Clear all

WpDiscuz Avatars

2 Posts
2 Users
0 Likes
1,713 Views
ianlearobinson
Posts: 3
Topic starter
(@ianlearobinson)
New Member
Joined: 5 years ago

Hi! 

My avatars used to be round (I believe I remember selecting an option in the settings that allowed this), but now they're square again. I can't find a setting that allows me to choose round anymore and, when I tried some CSS that I found, it didn't work. Can you help me out? Here is the CSS I tried:

#wpcomm .avatar {
max-height: 64px;
max-width: 64px;
}

I placed this as instructed in Dashboard>Comments>Settings>Styling

 

Thanks so much for your time and consideration!

 

- Ian

1 Reply
Astghik
Posts: 5872
Admin
(@astgh)
Illustrious Member
Joined: 6 years ago

Hi @ianlearobinson

You should use the following CSS code. Please add it in Dashboard>Comments>Settings>Styling> Custom CSS code textarea. 

#wpcomm .avatar {
border-radius: 50%;
}

Don't forget to delete all caches before checking. 

Reply
Share:
Scroll to top