Remove Social Media Icons under Team Pictures

Discussion in 'One Page Pro WordPress Theme' started by vibrandsee, Jan 2, 2017.

Thread Status:
Not open for further replies.
  1. vibrandsee

    vibrandsee Member

    Joined:
    Apr 13, 2013
    Messages:
    102
    Likes Received:
    1
    How do I remove the social media icons under the team pictures? I tried putting a 'space' character in the settings, but it still shows the icons.

    Thank you.
     
  2. shruti26

    shruti26 Guest

    Hi,

    To remove the social icons under the Team Pictures just paste the code given below in Custom CSS section
    (Dashboard -> Appearance -> Customize -> Theme Settings -> Custom Settings -> Custom CSS Section) of your dashboard.

    Code:
    .team_wrapper .team_item ul {
        display: none;
    }
    
    Hope this helps...!

    Thanks & Regards,
    Shruti Jain
    InkThemes.com
     
  3. vibrandsee

    vibrandsee Member

    Joined:
    Apr 13, 2013
    Messages:
    102
    Likes Received:
    1
    Thank you.
     
  4. shruti26

    shruti26 Guest

    It's my pleasure :)

    Feel free to contact us if you have any questions.

    Thanks & Regards,
    Shruti Jain
    InkThemes.com
     
Thread Status:
Not open for further replies.

Share This Page