how to change Square user avatar to a round or circle one please?

4.70K viewsGeneralavatar style
0

Hi Rahul,

What is the CSS to change the style from Square user avatar to a round or circle one please?

Thanks so much.

Answered question
1

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).

Answered question
You are viewing 1 out of 2 answers, click here to view all answers.