How Can We Help?
How to hide chat date and time?
Each message by default will be stamped with the date and time it
was sent. Use this code to hide this feature.
.message-date { display: none; }
To know how to edit web CSS, click this link.