Hey everyone,
Since more than one users asked about removing the Team Member Block animation, we thought some more might need it
To remove the Hover (flip) of the Team Member block
Add the following to your Custom CSS Section found at Theme Options >> General Settings >> Advanced
.circleTeam .circleAnimationSingle .front,.circleTeam .circleAnimationSingle .back {
display: none !important;
}
.circleTeam .circleBackImage {
display: none;
}
.circleTeam .circleAnimationArea {
background: none !important;
box-shadow: none !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
}
Cheers.