Viewing 1 replies (of 1 total)
  • Thread Starter Artneo

    (@artneo)

    I found the answer to remove the beacon from mobile

    Put this in CSS:

    @media only screen and (max-width: 480px) {
    #hs-beacon {
    display: none;
    }
    }

    Hope it helps someone ??

Viewing 1 replies (of 1 total)
  • The topic ‘Remove modal from mobile’ is closed to new replies.