AI Assistant
Notifications
Clear all

WpDiscuz Avatars

2 Posts
2 Users
0 Reactions
3,293 Views
ianlearobinson
Posts: 3
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@ianlearobinson)
New Member
Joined: 7 years ago
[#3655]

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: 6645
Admin
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@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