Team links

Discussion in 'One Page Pro WordPress Theme' started by cherchicago, Feb 6, 2018.

  1. cherchicago

    cherchicago New Member

    Joined:
    Feb 5, 2018
    Messages:
    27
    Likes Received:
    0
    Hello, how do I remove only the Google Plus link and keep the rest, please?
     
  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hello,

    Thanks for contacting us,

    Just leave the field blank.

    Hope this helps...!

    Do let me know if you need further assistance.

    I will be glad to assist you.

    Regards,
    Akbar
    InkThemes.com
     
  3. cherchicago

    cherchicago New Member

    Joined:
    Feb 5, 2018
    Messages:
    27
    Likes Received:
    0
    Hi- the google+ icon still shows tho, upload_2018-2-7_8-51-20.png
     
  4. cherchicago

    cherchicago New Member

    Joined:
    Feb 5, 2018
    Messages:
    27
    Likes Received:
    0
    What is the code to remove the G+ and Facebook icons on these, please? Thanks!
     
  5. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    Thanks for contacting us,

    To remove Facebook and G+ icons, just paste the code given below in Additional CSS section.
    (Dashboard->Appearence->Customizer->Additional CSS Section) of your dashboard.

    Code:
    .team_wrapper .team_item ul li:nth-child(1), .team_wrapper .team_item ul li:nth-child(2) {
        display: none;
    }
    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     
  6. cherchicago

    cherchicago New Member

    Joined:
    Feb 5, 2018
    Messages:
    27
    Likes Received:
    0
    Thank you!
     
  7. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49

Share This Page