I updated the Web Chat → Settings → stylesheet with a copy of the example given here. All I changed was the color fill: rgb(x,y,z). But the change is not taking effect. Any ideas?
If the stylesheet setting is updated, does the CSS have to include all CSS settings or can it just contain the section (in this case button appearance) that I want to change?
The other question: is there a simple update to make it appear readable on mobile web? By default, the fonts are too large to appear properly on a mobile browser? Is there a standard, responsive CSS I could use as a base?
Hello,
Make sure your stylesheet link is valid in the code and try deleting your browser cache.
You don’t have to include every class, just the ones you want to change.
For the responsive part on mobile, i have the same problem… and looking for a solution too