J!Extensions Store™
Forum
Welcome, Guest
Please Login to access forum.
Re:How do I get the Maximize / Close buttons? (1 viewing) 
Go to bottom
TOPIC: Re:How do I get the Maximize / Close buttons?
#7328
John Dagelmore
Admin
Posts: 3722
User Online Now
Re:How do I get the Maximize / Close buttons? Karma: 79  
As i said you there are no 'X' icons and there are no ways to do this.

The only thing that you can do is setup a CSS override to show always the close icon that is not a 'X' but is an exit icon.

The code for the CSS override is the following:

Code:

#jchat_closesidebarbutton{display: block !important;}
 
Logged Logged  
  The administrator has disabled public write access.
#7329
Nate Covington
Fresh Boarder
Posts: 8
User Offline
Re:How do I get the Maximize / Close buttons? Karma: 0  
Thanks. That worked. Not sure if my client is going to like it or not. They seem to like the LiveChat.com system better, if you look at the LiveChat.com thing on a mobile device, it overlays the full screen. And it only asks for name and email then a button to actually enter the message. Little cleaner on mobile, which is what my client is looking at primarily.

Thanks.
 
Logged Logged  
  The administrator has disabled public write access.
Go to top