How do I remove the social Networking Icons under the team members?

Discussion in 'BlackWell-WordPress Business Theme.' started by derikpaatan, Jul 6, 2014.

  1. derikpaatan

    derikpaatan New Member

    Joined:
    Mar 5, 2014
    Messages:
    4
    Likes Received:
    0
    How do I remove the social Networking Icons under the team members?

    Thanks,

    Site: Spoiledrottenbnb.ca
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    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.
     
    derikpaatan likes this.

Share This Page