I replied in the topic. This must be done in your separate JS file for custom scripts or directly on the page with this script somewhere above the /body:
the <script>
$(document).ready(function() {
$(".jivo-bottom-left-square").attr("style", "background-color: #aaa !important;");
});
</script>