Hello,
Where do I change the messenger icons? I can't find anything in Studio.
Currently the send button is an up arrow ⬆️ but I would like it to be a right arrow ➡️ like most other messenger apps.
Thanks,
Paul
If you have access to your file via ftp or cpanelLook for modules/boonex/templates/chat_window.html file
changes in line 87 or look at this code
<i class="sys-icon arrow-circle-up"></i>Change to<i class="sys-icon arrow-circle-right"></i>
Hello!
In last versions this icon is located in modules\boonex\messenger\template\text_area.html file
in the next line:
<i class="sys-icon arrow-circle-up"></i>
These are great answers, thank you. However, I'm currently on UNA Cloud so I don't think this is possible unless someone from the team can do it for me?
I think I need to start looking at self-hosting options....
Provide me please with your studio access info via PM, I will try to change without files modification.
If you have access to your file via ftp or cpanel
Look for modules/boonex/templates/chat_window.html file
changes in line 87 or look at this code
<i class="sys-icon arrow-circle-up"></i>
Change to
<i class="sys-icon arrow-circle-right"></i>
Hello!
In last versions this icon is located in modules\boonex\messenger\template\text_area.html file
in the next line:
<i class="sys-icon arrow-circle-up"></i>
These are great answers, thank you. However, I'm currently on UNA Cloud so I don't think this is possible unless someone from the team can do it for me?
I think I need to start looking at self-hosting options....
Paul
Provide me please with your studio access info via PM, I will try to change without files modification.