• Anonymous User

    (@anonymized-12178158)


    Hi Athemes team ;

    How to add another social site like snapchat for example in the social menu ?

    Thanks ;

    Cordialy.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello there,

    Thank you for reaching out to us here.

    Add a new custom link item to your social menu. Enter your Snapchat account in the URL field.

    
    https://www.snapchat.com/add/username
    

    The Snapchat icon isn’t instantly displayed as it doesn’t have any icon script defined in the main theme’s stylesheet. You have to add it manually with this CSS code:

    
    .social-menu-widget a[href*="snapchat"]:before {
       content: '\f2ac';
    }   
    

    To apply it to your site, add it to Appearance > Customize > Additional CSS from your site dashboard.

    If you have other icons which aren’t supported in Sydney by default, you’ve to do the same code and refer to this Font Awesome cheatsheet to find out the respective icon code ID.

    I hope this reply helps.

    Regards,
    Kharis

    Thread Starter Anonymous User

    (@anonymized-12178158)

    Thank you ;

    Cordialy.

    • This reply was modified 7 years, 7 months ago by Anonymous User.

    You’re welcome!

    If you need other assistance in the future, please consider to open a new topic in this support channel.

    Regards,
    Kharis

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Social’ is closed to new replies.