Author Topic: Custom Follower Notification Help  (Read 1847 times)

0 Members and 1 Guest are viewing this topic.

koruny

  • Youngling
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
  • Twitch Name: Koruny
Custom Follower Notification Help
« on: October 14, 2014, 06:52:36 AM »
Here is the image to my follower notification but i dont know how to get it into deep bot

Image : http://imgur.com/vPb8fWu

any help would be great

emrerocky

  • Advisor
  • Councilor
  • **
  • Posts: 1240
  • Karma: +163/-8
    • View Profile
    • emrerocky's Website
  • Twitch Name: emrerocky
Re: Custom Follower Notification Help
« Reply #1 on: October 14, 2014, 08:45:00 AM »
Tell me how this works!

Follows

Link : http://deepbot.tv/notifications/follownotification1.htm
Width: 510
Height: 100

CSS Code:
Code: [Select]
#follow-notification {
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 500px !important;
height: 100px !important;
border-radius: 00px !important;
background-image: url('https://i.imgur.com/vPb8fWu.png') !important;
background-repeat: no-repeat;
}
 
#follow-notification .followname {
margin-top: 24px !important;
margin-left: 0px !important;
text-align: center !important;
width: 500px !important;
font-size: 40px !important;
font-weight: bold !important;
font-family: impact !important;
color: #00cebb !important;
-webkit-text-stroke-width: 2px;
-webkit-text-stroke-color: #000000;
-webkit-text-fill-color: #FFFFFF;
}

Preview:

koruny

  • Youngling
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
  • Twitch Name: Koruny
Re: Custom Follower Notification Help
« Reply #2 on: October 14, 2014, 03:31:50 PM »
i know it sounds stupid but what do i do with the code and link

emrerocky

  • Advisor
  • Councilor
  • **
  • Posts: 1240
  • Karma: +163/-8
    • View Profile
    • emrerocky's Website
  • Twitch Name: emrerocky
Re: Custom Follower Notification Help
« Reply #3 on: October 14, 2014, 10:29:12 PM »

koruny

  • Youngling
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
  • Twitch Name: Koruny
Re: Custom Follower Notification Help
« Reply #4 on: October 16, 2014, 08:53:37 PM »
works great thanks :)