Author Topic: Twitch Chat Integration  (Read 1522 times)

0 Members and 2 Guests are viewing this topic.

jman12390

  • Youngling
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
  • Twitch Name: jman12390
Twitch Chat Integration
« on: January 08, 2015, 04:44:35 PM »
Had a few suggestions about twitch chat integration. Now, I love the plugin, works so much better than nightdev or anything else, but I was sad to hear that the chat background could not be modified. Is there a way to have no background and just have chat? Or a way to fade just the background?

Also, the current background doesn't go the length of the OBS source, so there is still some room. So when you go to edit scene and try to move it, the red outline is larger than the background.

ExpertsOnline

  • Creator
  • Councilor
  • *****
  • Posts: 2656
  • Karma: +289/-24
    • View Profile
  • Twitch Name: expertsonline
Re: Twitch Chat Integration
« Reply #1 on: January 09, 2015, 12:02:50 AM »
You can remove the chat background. Infact since it is all CSS, you can change anything you want about chat.

To remove the background use the following CSS:

Code: [Select]
#chat_container {
    background-color: rgba(0, 0, 0, 0) !important;
}

jman12390

  • Youngling
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
  • Twitch Name: jman12390
Re: Twitch Chat Integration
« Reply #2 on: January 12, 2015, 04:32:17 PM »
Ah nice! Was told in DB chat that I couldn't. Thank you!