Hi,
I’m using the team member function on my website. Is it possible, to delete the hover blur effect so that the only hover effect is the appearance of the E-Mail, LinkedIn, XING etc. Icons?
Thanks for your answer.
Regards,
Simon
Hey Simon!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-team-member .team-social {
background: transparent;
border: none;
}
Cheers!
Yigit
Perfect – thanks!