• Resolved corahkl

    (@corahkl)


    Hi there,

    I’m using the add on plugin to make a team member’s profile. I’m wondering how I can stop the team member images from darkening with overlay every time the cursor hovers over the image to show social profiles?

    As our company is not linking the team profiles to any social platform, the overlay action is not necessary for us. I understand that there is a way to fix that with custom CSS, but I’m not quite savvy enough in that department. So any help would be much appreciated, thank you!

Viewing 1 replies (of 1 total)
  • Plugin Author livemesh

    (@livemesh)

    You can try the following Custom CSS to get rid of the hover overlay assuming you are using Style 1 –

    .lvca-team-members.lvca-style1 .lvca-team-member:hover .lvca-image-wrapper img {
        
        -webkit-filter: brightness(100%);
        filter: brightness(100%);
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Social profiles – Team member settings’ is closed to new replies.