OBS displays a "sign in to chat" message in the chatbox on a YouTube chat feed

ran11

New Member
OBS displays a "sign in to chat" message in the chatbox on a YouTube chat feed:


It was fine before, but for the past two weeks, the "sign in to chat" message has been added to the chat, and a blue down arrow sometimes appears.

How do I fix this problem? Has something changed in CSS again? Will this be fixed in the next version of OBS?
 
Will this work in a regular browser source window in OBS? I pasted this into the CSS:

.yt-live-chat-viewer-engagement-message-renderer{display:none!important
}

But I still get the message "logging in and that all messages will be publicly visible."
 
OK, I pasted it:

yt-live-chat-message-renderer {
display: none !important;
}

It works for now, the bottom content isn't visible. Thanks.
 
Back
Top