Author Topic: Chat Overlay - Color Change  (Read 1724 times)

0 Members and 1 Guest are viewing this topic.

VibeRaider

  • Youngling
  • *
  • Posts: 33
  • Karma: +0/-0
    • View Profile
  • Twitch Name: VibeRaiderLP
Chat Overlay - Color Change
« on: December 14, 2014, 05:05:42 PM »
Okay, so before when I had this discussion, we covered that the CSS below will change colors. After messing with it, realized it only changes the message color. Is it possible to customize the name colors that display? Currently its Green/White, which is okay, but if I could get away from the green that would be lovely. Kind of guessing this isn't possible currently, but figured I'd ask first. TY!

.chat_line .message {
    color: #FFF;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

ExpertsOnline

  • Creator
  • Councilor
  • *****
  • Posts: 2656
  • Karma: +289/-24
    • View Profile
  • Twitch Name: expertsonline
Re: Chat Overlay - Color Change
« Reply #1 on: December 14, 2014, 10:00:37 PM »
The name colours are based on twitch colours. Users can change their own colours on twitch.

VibeRaider

  • Youngling
  • *
  • Posts: 33
  • Karma: +0/-0
    • View Profile
  • Twitch Name: VibeRaiderLP
Re: Chat Overlay - Color Change
« Reply #2 on: December 14, 2014, 11:58:43 PM »
Yeah, just caught that today... I feel entirely idiotic. TY! :D