Hi,
I have resolved the issue by using this custom css code:-
.team-members > div:nth-child(5) figure figcaption, .team-members > div:nth-child(7) figure figcaption, .team-members > div:nth-child(8) figure figcaption,.team-members > div:nth-child(11) figure figcaption{
display:none !important;
}
.team-members > div:nth-child(5) figure.animated-overlay:hover >img, .team-members > div:nth-child(7) figure.animated-overlay:hover >img, .team-members > div:nth-child(8) figure.animated-overlay:hover >img, .team-members > div:nth-child(11) figure.animated-overlay:hover >img {
filter:none !important;
}
Thanks
Mohammad