- Free to use
- Easy setup
- High Resolution Text
- Customizable font-color & background-color
- No ads or watermarks
- Doesn't collect any data
-
Open your OBS program & add a new Browser source to your scene. image here
-
Set a name for the source (ex.
Chat Overlay HD
) and click OK. -
Set the URL to
https://www.twitch.tv/popout/USERNAME/chat
-
replace
USERNAME
with your Twitch username.
-
Set the width to
600
and the height to600
. (adjust to your liking) -
Delete the code from within the Custom CSS section.
-
Copy all code from the chat.css file and paste it into the Custom CSS section. Link to the file here -> chat.css
- OPTIONAL: Hide your chatbot messages. Follow the instructions at the bottom of the chat.css file to learn how to hide chatbot messages.
-
Click OK to save and close the window.
-
Last step! Right-click on the
Chat Overlay HD
source and click onInteract
. The chat will appear in a new window - click on the cogwheel and selectChat Appearance
. Setfont-size
to "Biggest" and setReplies in Chat
to "Minimum". Close windows to save. Crop the bottom of the chat to remove the Twitch chat bar. Done!
You can customize the appearance of the chat overlay by changing the CSS code in the chat.css
file.
Use https://rgbcolorpicker.com to find the color you want.
-
Font Color: You can change the font color by changing the
color
property. (default:#ffffff
) -
Background Color: You can change the background color by changing the
background-color
property. (default:rbga(0, 0, 0, 0)
) -
Font Size: You can change the font size by changing the
font-size
property. (default:28px
)- don't go below
28px
or it will lose text clarity in OBS.
- don't go below
-
Link Color: You can change the color of links posted in chat by changing the
color
property of thea
selector. (default:#ab80eb
- Twitch purple)
Author:
- Twitch @JujocoCS