This topic contains a post which is marked as Best Answer. Press here if you would like to see it.
*

nishantpawar

  • ***
  • 24 posts
Chat window hiding whatsapp share in Mobile view
« on: June 07, 2017, 05:51:44 PM »
Hello, Is there a way to hide chatting for mobile view or to make some changes in it as its hiding the whatsapp share button on mobile view. Whatsapp share is good functionality for mobile users.
Please advise.

*

MB Themes

Re: Chat window hiding whatsapp share in Mobile view
« Reply #1 on: June 07, 2017, 06:37:29 PM »
You could move button to difference place or hide it via css.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

nishantpawar

  • ***
  • 24 posts
Re: Chat window hiding whatsapp share in Mobile view
« Reply #2 on: June 07, 2017, 06:44:13 PM »
You could move button to difference place or hide it via css.
Hi there. Thanks for the reply. Can you help me with the css to hide chatting window in mobile view.
Thanks again.

*

MB Themes

Re: Chat window hiding whatsapp share in Mobile view
« Reply #3 on: June 07, 2017, 08:42:32 PM »
Code: [Select]
@media screen and (max-width:767px) {
  .oc-chat {display:none!important;}
}
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Nijam Utheen

  • ***
  • 28 posts
Re: Chat window hiding whatsapp share in Mobile view
« Reply #4 on: July 29, 2017, 01:24:01 PM »
where to put this code ? i don't know where to put this css, help me please
Here this plugin having four css file http://prntscr.com/g1rzs0


and also i need to know ! how to resize this chat icon  mobile only not desktop  ? like whatsapp chat icon
« Last Edit: July 29, 2017, 03:17:15 PM by Nijam Utheen »

*

MB Themes

Re: Chat window hiding whatsapp share in Mobile view
« Reply #5 on: July 30, 2017, 01:40:36 PM »
@Nijam
You can place it to theme's style.css
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Nijam Utheen

  • ***
  • 28 posts
Re: Chat window hiding whatsapp share in Mobile view
« Reply #6 on: July 31, 2017, 12:38:16 PM »
how to resize "online chat plugin"  icon only mobile view not desktop  please help me immediately ?

Marked as best answer by frosticek on August 05, 2017, 09:19:31 AM