How do I remove the social Networking Icons under the team members? Thanks, Site: Spoiledrottenbnb.ca
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: div.social_icon_team { display: none; } .team-content .team-item span.team_share { display: none; } This will solve your issue.