Author Topic: Transparent Chat Background  (Read 2216 times)

0 Members and 1 Guest are viewing this topic.

Godzinhu

  • Youngling
  • *
  • Posts: 24
  • Karma: +0/-0
    • View Profile
  • Twitch Name: Godzinhu
Transparent Chat Background
« on: January 06, 2016, 01:58:01 AM »
Hello, im not sure if im on the right place but i am looking for some help.
First of all sorry about my english, its not my native language but i will try my best.

So, i want to set my chat on my stream transparent but theres a black box surrounding my chat channel, i would like to remove this so only the messages appear on the chat. Thats a image to show that i mean



Just ignore the tree's behind it, i just want to remove that black box. Thx for the attention.

Mitch

  • Master
  • ****
  • Posts: 401
  • Karma: +24/-1
  • Took me 20 minutes to change this...
    • View Profile
  • Twitch Name: Mitch619911
Re: Transparent Chat Background
« Reply #1 on: January 06, 2016, 02:14:03 AM »
Code: [Select]
#chat_container {
border-radius: 10px;
  background-color: transparent !important;
padding: 10px;
height: 95%;
width: 95%;
}
:)