Some accessibility standards require a larger font size than the Zammo default of 10px. This change can be made by an admin for your chatbot. Here are the steps:
Navigate to the Personalize Page:
In the Personalize page, select the Chatbot tab.
Select the Custom Code tab, then the CSS tab underneath.
Enter the CSS code below. This example sets the font size to 16px, but you can adjust it to meet your specific requirements.
zammoBotUIComponent--chatFrame—footer{
font-size: 16px;
}
The page will look like this: