Okay
  Public Ticket #278527
Team Member Overlay Opacity
Closed

Comments

  • F. started the conversation

    Hi,

    Is there a way to change the opacity of the Team Member overlay, so it could be a bit brighter than the regular grey overlay when the cursor is not on it?

    Cheers and thanks for yor work

  •  8,839
    Tahir replied

    Hey!

    Can you please provide the page url so i can take a look at how exactly you are using the team member page element and provide you corresponding css. 

    Thanks


    ThemeNectar Support Team 

  •   F. replied privately
  •  8,839
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel :

    body .team-member[data-style="meta_overlaid"] .team-member-overlay {
        background-color: rgba(40, 43, 48, 0.5) !important;
    }
    

    Thanks


    ThemeNectar Support Team 

  • F. replied

    Worked. Thanks again!