Custom Social Account (Snapchat)

Home Forums Jevelin Theme Custom Social Account (Snapchat)

Home Forums Jevelin Theme Custom Social Account (Snapchat)

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • nomi
    Participant

    Hi,

     

    I want to create custom social account for Snapchat, but in the icons option there is no snapchat icon and fontawesome has that icon.  Please help me with this.

     

     

    Hi @nomi,

     

    I hope you are well today and thank you for your question.

     

    We can display it by developing custom CSS code.

     

    Just use any unused social icon for Snapchat and we will try to change it toSnapchat icon on your site.

     

    After using it please share me your site URL where you are using it and which unused social icon field you have used so that i can help you to change it to Snapchat icon.

     

    Best regards,
    Shufflehound team

    nomi
    Participant

    Hi,

    http://meraki.smartdivs.com/ is the link for the website for now. Later on it will be merakiksa.com.

    I have user skype icon for now as the custom social account.

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #page-container .ti-skype:before {
        content: "\f2ab";
        font-family: 'FontAwesome';
        font-size: 22px;
    }
Viewing 4 posts - 1 through 4 (of 4 total)