I would like to add the following two gifs on each side of the bar in this png file to use as a follow alert:
http://i.imgur.com/HiiQFWj.pnghttp://i.giphy.com/ykAWwKmzL40ta.gifhttp://i.giphy.com/2OzR1qvXXbuIE.gifWould this be possible? The current formatting I have for this follower alert is:
#follow-notification .header {
padding-top: 5px !important;
visibility: visible !important;
width: 2560px !important;
font-size: 32px !important;
}
#follow-notification .followname {
padding-top: 5px !important;
font-family: Algerian !important;
width: 2560px !important;
color: #37b2e5 !important;
font-size: 50px !important;
margin-left: 0px !important;
}
#follow-notification {
background-image: url('
http://i.imgur.com/HiiQFWj.png') !important;
width: 2560px !important;
height: 300px !important;
}
Also could I get the same thing with this gif on either side of this donation alert:
http://i.giphy.com/vHgbmjyLqn9V6.gif#donor-notification {
width: 2560px !important;
height: 250px !important;
background-color: transparent !important;
background-image:url('
http://i.imgur.com/HiiQFWj.png') !important;
}
#donor-notification .title {
padding-top: 0px !important;
}
Please let me know if this is possible. Thanks very much in advance.