Okay
  Public Ticket #1726433
skype button
Closed

Comments

  • juanofx started the conversation

    Hi,


    I would like to add skype button with the rest of social media buttons on header and footer. 

    Is it possible? 

    How can i do it?

    If not, do i have to use a plug in? Which one do you recommend?

    Thank you very much!

  •  8,998
    Tahir replied

    Hey Again,

    You will have to replace the icon via css as the skype icon is available in FontAwesome in this case replace facebook with skype

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .fa-facebook:after, .fa-facebook:before{
        content:"\f17e" !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  8,998
    Tahir replied


    You replied

    Hey Again,

    You will have to replace the icon via css as the skype icon is available in FontAwesome in this case replace facebook with skype

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .fa-facebook:after, .fa-facebook:before{    content:"\f17e" !important;
    }

    Thanks


    ThemeNectar Support Team