Hi Kyle,
i tried the costom css:
The picture still moves and opens the place for the social-icons. The only thing that changes are the social-icons, they disapare after adding the costum css, but the picture still moves up. Do you have any other idea stopping the picture moving to the top when hoover?
A second question – were can a replace the Social-Icon (Font Awesome) “Linkedin” with the Social-Icon (Font Awesome) for “Xing”
Font Awesome for Xing is
fa-xing
ore
fa-xing square
as you can see if you want to: http://fortawesome.github.io/Font-Awesome/icons/
Thank you!
—–
Before
Kyle – SUPPORT wrote:
Hi
Add this to your custom css:
.team-member figure:hover img {
transform: none;
}
.team-member figure:hover figcaption {
display: none;
}