You can hide them using following css codes in css/override.css located in template folder and enable css override option in template settings > advanced settings > css override "on".
To hide use any one of the css codes for each social media type. This will hide them for all team members.
- Code: Select all
.gkTeamOverlay a[data-type="fb"] { display: none;}
.gkTeamOverlay a[data-type="twitter"] { display: none;}
.gkTeamOverlay a[data-type="gplus"] { display: none;}
If you want to hide for a selection of team members give me a link to your website once it is finished as I need to see id of each team members.
See you around...