I applied .avia_image_team { border-radius: 150px; }
in my custom.css, which achieved the radius on the image.
But when you hover, there is still a square. Can someone point out what’s controlling that hover elements border-radius?
http://carveskateshop.us/team/
Hey tlow87!
Add this on your custom.css or Quick CSS:
.avia-team-member .team-social {
border-radius: 150px;
}
Remove browser cache then reload the page.
Cheers!
Ismael
You rock! Thank you.