Author Topic: VIP chat popout overlay  (Read 1391 times)

0 Members and 1 Guest are viewing this topic.

NickDKOnline

  • Youngling
  • *
  • Posts: 9
  • Karma: +0/-0
    • View Profile
  • Twitch Name: NickDKOnline
VIP chat popout overlay
« on: December 19, 2014, 07:15:44 PM »
Hi there i love the fading chat overlay, but i which there were a version without the gray background so you had 100% transparent background.

I know you can set it up in css, but for some reason changing the Chat_container color works on my laptop but not on my streaming computer ???????

so a version without the gray background would be fantastic.

Thank you

ExpertsOnline

  • Creator
  • Councilor
  • *****
  • Posts: 2656
  • Karma: +289/-24
    • View Profile
  • Twitch Name: expertsonline
Re: VIP chat popout overlay
« Reply #1 on: December 19, 2014, 09:39:28 PM »
You can do this with CSS:

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