LiveHelpNow Help Desk

Support Center

BASIC

ADVANCED

Exact Match:

  • Home
  • Categories
  • Home
  • Categories
  1. Home
  2. Categories
  3. Hide HelpOut Tab / Live Chat button and Invitation Window on Mobile Phones

Hide HelpOut Tab / Live Chat button and Invitation Window on Mobile Phones

  • Date updated 2016-05-26
  • Author LiveHelpNow
  • Rating
  • Categories
  • Customization
  • Live Chat System
  • Advanced Customization
  • HelpOut Tab
  • Tags
  • Live Chat System
  • Installation
  • helpOut tab

Can I hide the HelpOut Tab / Live Chat button on Mobile Phones?

You can hide the HelpOut Tab on mobile phone by using a CSS media query.

@media screen and (max-width: 480px){
    .lhn_help_btn{
        display: none !important;
    }
}

To hide Live chat button use this CSS:

@media screen and (max-width: 480px){
    #lhnChatButton{
        display: none !important;
    }
}

To hide invitiation window use this CSS:

@media screen and (max-width: 480px){
    .lhnInviteContainer{
        display: none !important;
    }
}

 This will target most mobile phones and will hide the HelpOut Tab / Live Chat Button and Invite windows.

You may then use any element on your mobile site to launch chat by linking it this way:

<a href="#" onclick="OpenLHNChat();return false;>Live chat</a>

 

Rate this article


Your email is now subscribed to alerts for this article

Your email is not subscribed to alerts for this article

Subscribe to alerts for this article below

Unsubscribe to alerts for this article below


Related articles

  • What are the Software Requirements for running the LiveHelpNow Alerter?
    • 28865
    • 64
    • 0
  • Is it possible to block IPs from starting a chat session?
    • 25282
    • 60
    • 0
  • Can I monitor visitor traffic on my eBay auction page?
    • 26955
    • 59
    • 0
  • Multiple chat buttons on multiple web pages
    • 23135
    • 60
    • 0
  • How do I change the message that appears when I terminate a chat session?
    • 19095
    • 58
    • 0
  • How do I customize the Welcome Message Sent at the start of a Chat Session?
    • 19765
    • 58
    • 0
  • How to Collect Visitor Information with Live Chat
    • 21451
    • 61
    • 0
  • Installation on a Flash based website
    • 24588
    • 61
    • 0
  • Custom information feed
    • 29826
    • 28
    • 0
  • Live chat installation on multiple websites
    • 33384
    • 74
    • 0

Popular Knowledge Base Articles

  • Customize with different languages
    • 22178
    • 27
    • 0
  • LiveHelpNow Section 508 Compliance & Accessibility for Visually Impaired Users
    • 17573
    • 61
    • 0
  • Unsecured content warnings
    • 16483
    • 57
    • 0
  • HelpOut Tab - changing Chat, Ticket and Callback button images
    • 24276
    • 27
    • 0

Knowledge Base Authors

  • Michael Conde
    Michael Conde
    Total articles: 11
  • LiveHelpNow
    LiveHelpNow
    Total articles: 254

Company Sites

Home

Blog

Categories

  • General Questions
  • Getting Started
  • Customization
  • Advanced Customization
  • Troubleshooting
  • All Categories

Connect With Us

  • LiveHelpNow, LLC
  • Customer Service Software
  • 515 S West End Blvd
    Suite 202
    Quakertown, PA 18951

  • 8775483001
  • help@livehelpnow.com
  • https://www.livehelpnow.net
    Powered by LiveHelpNow customer support suite