Is there a way to hide the Wix Chat icon in the mobile quick action bar? I am able to hide it from the desktop version using
$w.onReady( function () { $w(’ #wixChat1 ').hide() });
But it does not work on mobile.
I don’t want to delete the chat function because I want to make use the live visitors feature. But I also don’t want my visitors to reach me by chat.
Any help is appreciated!
Thanks