Deep Bot - Twitch Streamer Assistant
Deep Bot => Help/Support => Topic started by: menthur on April 10, 2014, 09:16:51 AM
-
hi there support,
is it possible to change the donation notification image?
and if so, I understand there are 5 variables which get info like "date", "donater", "sum" and stuff like that.
where can I change the position of those variables, if possible at all?
thank you.
-
using the OBS CLR browser notification, full customization is possible through CSS overrides.
Using the desktop notification, only the background image can be changed.
more details on CSS stylesheets : http://deepbot.deep.sg/wiki/OBS+CLR+Browser
-
thank you
but where do the new images have to be stored then?
could you please give a quick run through on how to set that up if i want to have custom images?
the current css for example says: background-image: url("Cheque.png");
but thats on your server. so i can i use custom images then?
-
For a custom image, you can replace the url like so:
#donor-notification {
background-image: url(http://db.deep.sg/ChequeEUR.png') !important;
}
That can be any remote URL to an image you want to use.
-
thank you bro
that helps a lot!