In the chat settings inside the crm snapengage, you can change the look of the button, a single button for all screens, is it possible to change it for mobile devices?

* replace the icon itself. it is initially loaded into crm.

  • That is, you need a different button on different devices? - Yernar
  • Yeah, right. But in the settings, both devices suck only one type of icon: prnt.sc/hkv9si - shtativ

1 answer 1

if($(window).width() <= 600) { $("#img").attr("src","https://www.flaticon.com/premium-icon/icons/svg/69/69075.svg"); } 
 <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <img src="https://image.flaticon.com/icons/svg/281/281769.svg" id="img" width="50px"> 

  • Thanks, but a little bit wrong, my joint. - shtativ
  • @shtativ, I already fixed it - Yernar