Change size of the time in chat window

Add the code below to the Custom CSS field on your Chat widget’s Appearance tab:

[class*='ChatLayout__TimeValue-sc'] {
font-size: 20px!important;
}
1 Like