Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @schwarzkopf.club,

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

    You can try achieving this by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

    Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS

    .social-icons li a[href*="snapchat.com"] .fa:before,
    .fa-snapchat:before {
        content: " ";
        display: block;
        background: url("http://www.iconsdb.com/icons/preview/black/snapchat-3-xl.png") no-repeat;
        height: 20px;
        width: 20px;
        background-size: 100%;
        background-position: top center;
    }

    Best Regards,
    Movin

    Thread Starter schwarzkopf.club

    (@schwarzkopfclub)

    hey,

    sry for the late answer.

    your code worked like charm

    i just took another icon, where the ghost is filled out, so its better visible and changed the color so it fits my colorscheme 🙂

    .social-icons li a[href*=”snapchat.com”] .fa:before,
    .fa-snapchat:before {
    content: ” “;
    display: block;
    background: url(“http://www.iconsdb.com/icons/preview/white/snapchat-2-xxl.png”) no-repeat;
    height: 20px;
    width: 20px;
    background-size: 100%;
    background-position: top center;
    }

    great work, thanks 🙂

    You are most welcome 🙂

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