Custom Social Media: Whatsapp

Home Forums Jevelin Theme Custom Social Media: Whatsapp

Home Forums Jevelin Theme Custom Social Media: Whatsapp

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • brank87
    Participant

    Hello!

    I need to add a social media icon linking to my whatsapp chat.

    I tried adding this icon in the Custom Social Media section but nothing happens. The icon doesn’t show up and I can’t find where to add my link.

    Can you help me figure out how to achieve this?

     

    Thanks a lot!

    Attachments:
    You must be logged in to view attached files.

    Solution for this topic

    Hi @brank87,

     

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

     

    You can achieve this by configuring the new social icon as shown in the attached screenshot. You can use any whatsapp URl that you want there.

     

    Then add 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

     

    a.social-media-wordpress i {
        background: url("https://cdn2.iconfinder.com/data/icons/social-media-logos-linear-black/614/5302_-_Whatsapp-128.png") no-repeat center;
        background-size: 100%;
        height: 16px;
        width: 21px;
    }
    
    a.social-media-wordpress i:before{
        display:none;
    }

     

    Best regards,
    Shufflehound team

    Attachments:
    You must be logged in to view attached files.

    brank87
    Participant

    Fantastic. Thanks

    You are most welcome here 🙂

Viewing 4 posts - 1 through 4 (of 4 total)