Skip to content

Adding options for embed/chat/readonly/? #3464

Closed Answered by DidierMalenfant
DidierMalenfant asked this question in Ideas
Discussion options

You must be logged in to vote

Ok I now know way more CSS than I ever wanted to 😂

Here is something that can be added to the Custom CSS setting in OBS to remove welcome messages in the chat:

[class^="ChatSystemMessage"] {
   display: none;
}

and similarly for the Stream Starting/Stream Ending messages:

[class^="ChatActionMessage"] {
   display: none;
}

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@DidierMalenfant
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by DidierMalenfant
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet
2 participants