Hi and thanks again for an awesome theme.
My client doesn’t like the on mouse-over effect to show the info for team members, I was wondering if it were possible to have the info layer displayed under the photo and always visible.
thanks
Hey!
Try adding this code to the Quick CSS:
.avia-team-member .team-social {
opacity: 1 !important;
visibility: visible !important;
}
Cheers!
Josue
Hi
thanks for the replay, that’s works for the opacity (thank you) is there a CSS to make he layer appear under the photo not over it ?
never mind I’ve found the answer in the forum I added this :
.avia-team-member .team-social {
position: relative;
visibility: visible !important;
text-align: left;
border-radius: 3px;
width: 100%;
height: 60px;
opacity: 1 !important;
border: none;
}
and it works thank
You are welcome, always glad to help :)
Regards,
Josue
Hi!
It should maintain the basic functionality, however additional styling adjustment may be required. Check the threads tagged to BuddyPress as a reference: https://kriesi.at/support/tags/buddypress/
Regards,
Josue