Hi team,
I was wondering if you could provide me with the PHP fix to make my a.avia-team-icon always appear. We’ve come so close to displaying our team section exactly as we’d like!
I’ve posted a link to the page in the private content section. Please do not judge us – the site is mid-overhaul!
Thanks,
Laurence
Problem solved! For anyone interested, the CSS below worked without having to alter any PHP.
.avia-team-member .team-social{
opacity: 1 !important;
}
a.avia-team-icon.pum-trigger{
visibility: visible!important;
}