Option to hide a timestamp

The all in one chat needs a setting to hide the time stamp, or at least make it so it displays 12 or 24 hour time. Not everyone knows what 23:39 o clock means.

A simple hide timestamp button would be sufficient, or a conversion toggle would be cool & useful too. :+1:t3::+1:t3:

Hi there, @user20399 :waving_hand:

Thank you so much for the feedback!

I agree that it would be an awesome to hide time right in the settings and we’ll try to think about it in the future.

As for now, you can hide it using the code below in the Custom CSS field on the Appearance tab of your widget’s settings:

[class*="ChatLayout__TimeInner-sc"] {
  display: none !important;
}

As for the time format, it depends on the Language selected on the Settings tab:

For example, a 24-hour time format is used in the UK, while a 12-hour time format is used in the USA.

Thus, if you’d like to switch to the 24-hour format, feel free to change the language to English (United Kingdom):slight_smile: