hello,
is it possible to make the member team image shape circle instead of squared?
thanks!
Hi ftt123!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.team-img-container {
border-radius: 100px;
}
Cheers!
Yigit
You are welcome, always glad to help :)
Regards,
Josue
FYI – If you make the team member image a circle, I discovered a minor issue with the hover effect on Chrome – the overlay is temporarily a square upon hover, but then goes to circle.
Hi
It appears to happen on Chrome and Safari but not Firefox. I’m using the custom style mentioned above to make the team member image a circle. However, on Chrome and Safari, there is a slight delay from the square png overlay to the circle overlay when you rollover the image.
If it’s a browser compatibility issue, how can I remove the team member image overlay all together?
Hi,
Can you post the link to your website please?
Regards,
Josue
See test link. I’d like to remove the team member overlay oh hover.
Hey!
Try adding this code to the Quick CSS:
.avia-team-member .team-social {
border: 0;
background-color: transparent;
}
Cheers!
Josue
Perfect thanks!
You are welcome, glad to help :)
Regards,
Josue