I see that my previous thread has been completely ignored by the developers
I’m just going to repost it as a feature request.
How do I change the color of the typing dots in my live chat window? They are way too bright. I’ve tried
var styleElement = document.createElement(“style”);
styleElement.type = “text/css”;
styleElement.innerHTML = “.tawk-texting-indicator .tawk-texting-dot { background-color: #444444 !important; }”;
document.getElementsByTagName(“head”)[0].appendChild(styleElement);
And
.tawk-texting-indicator .tawk-texting-dot {
background-color: #444444 !important;
}
In my site custom CSS website code, but none of them seem to work.
Could tawk.to staff add a feature to change typing dots color in the widget? I’d be so helpful.