Author Topic: Customising Follower Alert Images  (Read 2311 times)

0 Members and 1 Guest are viewing this topic.

Jiminimonka

  • Youngling
  • *
  • Posts: 25
  • Karma: +0/-0
    • View Profile
  • Twitch Name: Jiminimonka
Customising Follower Alert Images
« on: May 18, 2014, 09:08:47 AM »
I want to change the image that comes up on Follower Notification. Can you give details of the dimensions and what needs to be changed in the CSS section of the OBS browser (i.e. the correct parts to alter and an example of the URL etc.

Donation customisation I think I have sorted now, but the Follower needs to match the rest of the stream layout as well.

Thanks.

ExpertsOnline

  • Creator
  • Councilor
  • *****
  • Posts: 2656
  • Karma: +289/-24
    • View Profile
  • Twitch Name: expertsonline
Re: Customising Follower Alert Images
« Reply #1 on: May 18, 2014, 08:15:31 PM »
What exactly are you trying to change? If it is just the image, then the below should work

Code: [Select]
#follow-notification {
  background-image: url('http://link_to_new_image.png') !important;
}

Also you may try the new follow notification which I just finished. Its simpler with just the name and an image.
http://deepbot.tv/notifications/follownotification1.htm?dur=10000

Regards,
Experts

Jiminimonka

  • Youngling
  • *
  • Posts: 25
  • Karma: +0/-0
    • View Profile
  • Twitch Name: Jiminimonka
Re: Customising Follower Alert Images
« Reply #2 on: May 19, 2014, 06:11:59 AM »
I am using the new follower notification, it has that glowing ball image which I would like to change.

However I think you answered anyway with the CSS I needed to change. Going to test that out and if I have any problems I will reply again.

Thanks for your support :)