Team Icons

Hello,

I have been asked by my team to make the circles/ovals around team images larger (we are using this to show logos rather than faces) so that they are not cropped. http://isooko.eu

Is there a straight forward way of doing this?

If not, could I resize the images before I upload them to solve this issue (by making them larger)?

Thank you.
Best wishes,
Philipp

Hello Philip

unfortunately size cannot be changed there but if you disable circle effect then you may have better look, try this css in appearance > customize > additional css:

#team .section-content .person .person-image img {
border-radius: 0px;
}