Skip to content

Instantly share code, notes, and snippets.

@adsr
Created January 8, 2022 07:29
Show Gist options
  • Select an option

  • Save adsr/ef74f3e8aa9ea711683bb469cb213c96 to your computer and use it in GitHub Desktop.

Select an option

Save adsr/ef74f3e8aa9ea711683bb469cb213c96 to your computer and use it in GitHub Desktop.
Transparent Twitch chat in OBS
.stream-chat-header,
.chat-input,
[data-a-target="chat-welcome-message"] {
display: none; visibility: hidden;
}
body, section {
background-color: rgba(0,0,0,0) !important;
}
.chat-line__message-container,
[data-test-selector="chat-line-message-body"] {
font-size: 24px !important;
line-height: 28px !important;
color: white;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment