Social icons WhatsApp

Home Forums Gillion Theme Social icons WhatsApp

Home Forums Gillion Theme Social icons WhatsApp

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • js
    Participant

    Hi,

     

    If I click on the desktop page on the WhatsApp icon I get an error which is quite natural. How can I avoid this e.g. can the icon be hided on the desktop?

     

    Best regards,

    Jürgen

    Hi Jürgen,

     

    Thank you for your question.

     

    Could you please share me your site URL where it’s happening so that I can troubleshoot it?

     

    Best regards,
    Shufflehound team

    js
    Participant

    Thank you.

    Solution for this topic

    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

     

    @media (min-width: 782px){
    .post-content-share .jssocials-share.jssocials-share-whatsapp {
        display: none;
    }
    }

    js
    Participant

    Thank you. Does work.

    You are most welcome here 🙂

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