Hey @repentgamingtv
the Sub and Follow notifications work perfectly. I am just wondering if you could see whatsup with the donor notification? the CSS you previously gave me is below, but it is doing some interesting things on screen. the message text and donor name are overlapping, the date is on top of the photo.. Its very possible its something Im doing wrong in obs -_-
if you have a moment. Thank you
@font-face {
font-family: 'Adobe';
src: url('
https://www.fontyukle.net/en/indir.php?id=96085&nrsg=04e2668362d9baabc03d998a23276dd2'); }
#donor-notification {
width: 500px !important;
height: 213px !important;
background-color: transparent !important;
background-image:url('
http://i.imgur.com/hMtD35m.gif') !important;
background-repeat: no-repeat !important;
background-size: initial !important;
}
#donor-notification .header {
visibility: hidden !important;
}
#donor-notification .streamname {
visibility: hidden !important;
}
#donor-notification .message {
position: absolute !important;
margin-top: 300px !important;
margin-left: 0px !important;
width: 500px !important;
text-transform: capitalize;
font-size: 28px !important;
font-weight: normal !important;
font-family: Adobe !important;
color: #ffffff !important;
text-shadow: 2px 2px black;
-webkit-text-fill-color: white;
-webkit-text-stroke-width: 0px;
-webkit-text-stroke-color: black;
}
#donor-notification .amount {
position: absolute !important;
margin-top: 215px !important;
margin-left: -180px !important;
font-size: 34px !important;
font-weight: bold !important;
font-family: Adobe !important;
color: #ffffff !important;
text-shadow: 2px 2px black;
-webkit-text-fill-color: white;
-webkit-text-stroke-width: 0px;
-webkit-text-stroke-color: black;
}
#donor-notification .donor {
position: absolute !important;
margin-top: 180px !important;
margin-left: -70px !important;
width: 400px !important;
text-transform: capitalize;
font-size: 34px !important;
font-weight: bold !important;
font-family: Adobe !important;
color: #00FF00 !important;
text-shadow: 2px 2px black;
-webkit-text-fill-color: white;
-webkit-text-stroke-width: 0px;
-webkit-text-stroke-color: black;
}
.donor:after {
content: ' donated ';
-webkit-text-fill-color: white;
}