Hi, How to change Profile Avatar to rounded

Posted in: Newspaper
Post count: 10

Hi,

How to change Profile Avatar to rounded, no quadrate. Like this:

http://www.screencast.com/t/H7WpwvLoJ5Gr

Thank you.

Post count: 23312

Hello suipowers,

To achieve this feature, it is necessary to use border-radius element in Css. Please try the code below and place it in Theme panel->Custom Code like this: http://screencast.com/t/H4m8saedHY

.author-box-wrap img {
border-radius: 50px;
}

The result you should see here: http://screencast.com/t/ci89uMLYCz

Hope this helps and let us know how it goes!

Thank you for the message!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.