Tagged: team member
First, great theme, I love it!
My Question:
I want to add an about us page, and I’d like the name and tile of the person to be visible when you hover over the image. I’s also like to be able to change the color of the hover background.
Thanks in advance for any insights.
Hey lightmerger!
Thank you for using our theme.
Your request is not possible with the theme out of the box. It requires some costumization, which is beyond the scope of support.
You will have to put some additional php code in
enfold\config-templatebuilder\avia-shortcodes\team.php line 232 ff, after:
$output .= "<div class='team-social'>";
$output .= "<div class='team-social-inner'>";
Regards,
Günter
Thanks for the response, Gunter.