CSS for the widget > change lettertype + border radius
In order to fit into the designs of websites, minimum fundamentals to be able to adjust is:
- color (already possible)
- lettertype
- border radius for widget, greeting and widget icon
Shouldn't be much coding work, but a big improvement!
-
W B Thank you for your feedback. Being able to change the lettertype would be great!
As for the border radius, you can use this code to change it:
<style> iframe[title=trengo-widget-launcher] { border-radius: 100%; }</style>
The greeting can be changed in Translations in your widget settings, and the widget icon can be also be changed in the settings of the widget.
-
For anyone would give it a try, border radius code ONLY applies to the icon. And INcrease border radius from current design to cirkel.
<style> iframe[title=trengo-widget-launcher] { border-radius: 100%; }</style>
If anyone has a workaround for all of it, widget, icon, chat bubbles, and DEcrease the border radius, would be appreciated to share.