Change font and font weight of the chatbot name

Add this code to the Custom CSS field on the Settings tab of your AI Chatbot widget’s settings:

[class*="window-header__Title-sc"] {
font-family: Arial;
font-weight: 900;
}
1 Like