Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1143681

    Hi, is there any way to show the linked in icon for team members above the team member name? Something like below?
    https://www.dropbox.com/s/ilh40ko9nu6s6wx/Team%20Member.jpeg?dl=0

    #1145412

    Hey geraldinetay27,
    To have the team members images in a circle and have their icon links below, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .team-img-container img {
        border-radius: 100%;
    }
    #top .avia-team-member .team-social {
        background: transparent;
        border: none;
        opacity: 1 !important; 
        visibility: visible;
        top: 100% !important; 
        left: 0;
        right: 0;
        bottom: 5px;
        height: 60px;
        text-align: center;
        border-radius: 3px;
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
        font-size: 15px;
        z-index: 1;
        position: relative !important; 
    }
    .team-social a {
        background: #f8f8f8 !important; 
    }
    

    Please adjust to suit and clear your browser cache and check.
    2019-10-05-203743

    Best regards,
    Mike

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