Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author micropat

    (@micropat)

    You could add some custom CSS code:

    @media screen and (min-width: 594px) {
    	.a2a_button_whatsapp { display:none !important; }
    }

    Note that WhatsApp is available on the desktop now:
    https://web.whatsapp.com/

    Thread Starter jamp982

    (@jamp982)

    I insert this code whatsapp icon also disappears from the desktop version.

    Plugin Author micropat

    (@micropat)

    That’s what the CSS code does: The WhatsApp icon is displayed on screens up to 594px wide; larger screens do not display the icon.

    Thanks . This is very helpful 🙂

    @media screen and (min-width: 594px) {
    .a2a_button_whatsapp { display:none !important; }
    }

    Hello,

    We tried using above mentioned code but all the icons disappeared.

    Can anyone advice on how to not display whatsapp icon from desktops from the latest version.

    Thanks a lot.

    Plugin Author micropat

    (@micropat)

    @bmgindia You might have placed that CSS code in the wrong place. Use a “custom CSS” plugin or custom CSS feature of your theme to add that CSS code to your site.

    Hi @micropat,

    Thanks for your help. Its working now.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Whatsapp only on the mobile.’ is closed to new replies.