Hey gents,
how best can I approach this page…
I want to have the image turn to color on the rollover..
I would like the icons to be subtle so the user knows they are there….
Then glow 100% on the rollove (with image turning to color).
And more challenging…how can I add a custom icon that reads BIO…as a 3rd option.
Thanks,
JS
Hi Justin!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-team-member .team-social { opacity: 0.4; visibility: visible; }
.team-social-inner a:nth-child(6):before {
content: 'BIO'!important;
}
then please add additional icon, does not matter which one.
Cheers!
Yigit
Thanks Yigit…BIO is slightly off-centered…and the team person’s photo in the background should turn to color on the hover.
And the icons (team-social-inner) close to the bottom of the frame where it renders that way on mobile as well.
Thanks!
I did manage to center BIO