Font Customisation 1
by Paul Leech
HTML
<script src="https://wchat.freshchat.com/js/widget.js"></script>
<script>
window.fcWidget.init({
token: "8d3a4a04-5562-4f59-8f66-f84a269897a1",
host: "https://wchat.freshchat.com",
config: {
headerProperty: {
backgroundColor: '#3766ab',
foregroundColor: '#ffffff',
},
cssNames: {
widget: 'custom_fc_frame',
}
}
});
window.fcWidget.hide();
</script>
<button class="chat-button" onclick="window.fcWidget.open();window.fcWidget.show();">Chat with us</button>
CSS
.chat-button { position:fixed; bottom:5px;right:10px;}