| modified | Sunday 31 May 2026 |
|---|
https://www.twitch.tv/popout/<your-channel-name>/chat1body { background-color: rgba(0, 0, 0, 0.2) !important; overflow: hidden; }
2.chat-room { background: transparent !important; }
3.tw-root--theme-dark .chat-room { background: transparent !important; }
4.consent-banner, .chat-input, .stream-chat-header,.tw-transition,.chat-line__status {display: none !important;}
Where rgba(0,0,0,0.2) is the background the 0.2 is the alpha value 0 transparent 1 opaque