Is it Possible to add a Time Stamp?

I’m trying to find out if it’s possible to have a time stamp show up in the OBS chat window. If it can be done via CSS that would be Ideal. This question was asked before a year ago but never actually answered.

Why I want this option is irrelevant. Screen Space was brought the last time this was asked. It’s no more of a waste of space than all those donation and tip things people have up.

You can add the following custom CSS to show timestamps:

.chat_line .time_stamp {
    display: inline-block;
}
1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.