Notifications
Clear all

How to change profile image appearance?

7 Posts
3 Users
0 Likes
2,376 Views
(@bezrenki)
New Member
Joined: 7 years ago
Posts: 2
Topic starter  

Currently, all my profile images are shown as ovals. I would like it to change into round or square shape. How can I change it?

wpDiscuz

Thank you. 


   
Quote
 Tom
(@tomson)
Famed Member Admin
Joined: 9 years ago
Posts: 4171
 

Please leave website URL, this is a theme CSS conflict. I need to debug it.


   
ReplyQuote
(@chef-rodney)
Active Member
Joined: 7 years ago
Posts: 11
 

Same issue on my blog. Any fixes?


   
ReplyQuote
 Tom
(@tomson)
Famed Member Admin
Joined: 9 years ago
Posts: 4171
 

URL please.


   
ReplyQuote
(@chef-rodney)
Active Member
Joined: 7 years ago
Posts: 11
 
Posted by: Tom

URL please.

https://www.hotrodsrecipes.com/recipe/the-perfect-banana-cake/#comments


   
ReplyQuote
 Tom
(@tomson)
Famed Member Admin
Joined: 9 years ago
Posts: 4171
 

You should use square avatars or round avatars with this CSS code:

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

Put this CSS code in Dashboard > Comments > Settings > Styling > Custom CSS Code textarea. Then delete all caches and do Ctrl+F5 on front-end.


   
ReplyQuote
(@bezrenki)
New Member
Joined: 7 years ago
Posts: 2
Topic starter  

Thank you, Tom.

I tried your method and it worked for me. 

After adding CSS it changed to circle:

1

 


   
ReplyQuote
Share:
Scroll to top