Author Topic: Follow Notifications  (Read 6636 times)

0 Members and 1 Guest are viewing this topic.

Slestine

  • Youngling
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
  • Twitch Name: Shesayss
Follow Notifications
« on: June 28, 2014, 07:24:40 PM »
Hi there, I just got the bot and would really like to customize my follower image to http://imgur.com/jfvoSL6 this . I have attached the file as well and don't need the word "new follower" just the name :)  Is it possible to help me with that , thank you so much .

ExpertsOnline

  • Creator
  • Councilor
  • *****
  • Posts: 2656
  • Karma: +289/-24
    • View Profile
  • Twitch Name: expertsonline
Re: Follow Notifications
« Reply #1 on: June 28, 2014, 11:48:32 PM »
Sure

Link: http://deepbot.tv/notifications/follownotification1.htm?dur=1000

CSS Code to enter in OBS
Code: [Select]
#follow-notification {
  width: 828px !important;
  height: 190px !important;
  background-image: url('http://img5.uploadhouse.com/fileuploads/19575/1957588596d92df3c1022eb9e2137402bf963d8d.png') !important;
}
#follow-notification .followname {
  margin-top: 65px !important;
  width: 828px !important;
  font-size: 48px !important;
  text-shadow: 2px 2px 1px #000 !important;
}