Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed. We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

WpDiscuz Avatars

2 Posts
2 Users
0 Reactions
2,579 Views
ianlearobinson
Posts: 3
Topic starter
(@ianlearobinson)
New Member
Joined: 7 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: 6444
Admin
(@astgh)
Illustrious Member
Joined: 8 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