My tickets
 
Submit ticket
 
Login
 
Online button
Home
>
Customizations
>
Chats
>
Online button
Custom button with hideable section
If you wish to design your own button from scratch and you'd like it to include a section (bubble) which should be hidden when an X element is clicked you can extend this simple example with your design: <div style="bottom: 30px; left: 10%; z-index: 999997; position: fixed;"> <div style="background:red; padding:30px; position:relative;"> This is bubble with close button. <div onclick="(event.target || event.srcElement).parentNode.parentNode.style.display = 'none'; if (event.stop...
How to customize chat button size for mobile view
Depending on the mobile configuration of your site, chat button might sometimes appear too large, or take too much space of the mobile view. By customizing the CSS, you can set the button to reduce size when the site is viewed on mobile/tablet device. First you need to click on Live Chat with right mouse button and 'inspect element' (In Chrome, in other browsers basically just check the chat's source code). You will find the div ID - b_12345678 - copy only this, without the rest Then...