Forums
Home / Plugin: Joinchat / how to disable whatapp on mobile devices
(@chiragz)
3 years, 6 months ago
how to disable whatapp on mobile devices
(@davidlillo)
Hey! Use this CSS:
/* mobile only */ @media (max-width: 480px), (max-width: 767px) and (orientation: landscape) { .joinchat { display: none; } }