Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #282741

    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

    #282746

    Hey!

    Try adding this code to the Quick CSS:

    .avia-team-member .team-social {
        opacity: 1 !important;
        visibility: visible !important;
    }

    Cheers! 
    Josue

    #283327

    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

    • This reply was modified 10 years, 5 months ago by Rime_R.
    #283341

    You are welcome, always glad to help :)

    Regards,
    Josue

    #287571
    This reply has been marked as private.
    #287572

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.