EP02:





BIG Chat Text!



Making it easier to follow chat while streaming





In this tech tip, I'll show you how to make the text of your chat larger, and easier to read while streaming. Filmed on location from Waffle House #130!

Stylebot plugin for Chrome <- this is it!

For volume.com, use the style below to adjust the text in chat:





span.purecolor {
    font-size: 24px;
}


On twitch, this style will work:



div[data-a-target="chat-line-message"] { 
font-size: 22px;
​}