how to change Square user avatar to a round or circle one please?
Hi Rahul,
What is the CSS to change the style from Square user avatar to a round or circle one please?
Thanks so much.
Fred - FLQ Answered question
Hi Alex!
.ap-avatar is affected and over-written by a rule in reset.css. On my site, I tried like this and it’s working:
.anspress .avatar { border-radius: 50%; }
Try if it works for you (my custom.css is loaded after reset.css so no issue on my side).
Fred - FLQ Answered question