Remove/Edit the team section's red overlay

Support Forums for LiveMesh Themes & Plugins Forums Appdev Theme Support Remove/Edit the team section's red overlay

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #15938
    terryyip
    Member

    How to Remove the team section’s red overlay when roll over it.
    or edit the text on it.

    Thanks.

    #15948
    Veena
    Moderator

    You can use the below custom CSS in themeoptions –

    #team .team-member .img-wrap {
        pointer-events: none;
    }
    
    #15982
    terryyip
    Member

    Got it. Thanks.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove/Edit the team section's red overlay’ is closed to new replies.