Hello,
You should edit file /templates/sparky_framework/css/custom.css and change this:
img.team_image {
border-radius: 50%;
filter: grayscale(30%);
transition: all 0.5s;
}
to this:
img.team_image {
filter: grayscale(30%);
transition: all 0.5s;
}
Best regards,
Milos