Hey Guys,
im running a two computer-setup and everything works fine. Except custom notifications. I use Xsplit to stream and i use my second pc for deepbot. I get the Notifications displayed, everything good. but if i want a custom Notification, ill use a css code and try it but its still the standard notification. How can i fix/change this?? Could u guys help me?
i use for example: deepbot.tv/notifications/donationnotification2.htm?ip=192.168.2.106 as URL and
#follow-notification {
display: none;
position: absolute;
left: 0px !important;
width: 650px !important;
height: 125px !important;
border-radius: 00px !important;
background-image: url('
http://i.imgur.com/Vx3qSUw.png') !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
position: absolute !important;
text-align: center !important;
margin-top: 5px !important;
margin-left: 10px !important;
width: 300px !important;
font-size: 30px !important;
font-weight: bold !important;
font-family: Century Gothic !important;
color: white !important;
text-transform: capitalize;
-webkit-text-fill-color: white;
-webkit-text-stroke-color: white;
-webkit-text-stroke-width: 0px;
overflow: ahidden !important;
}
.followname:after {
content: '' !important;
}
as CSS-Code... but it wont work