Author Topic: Follower notification!  (Read 2613 times)

0 Members and 2 Guests are viewing this topic.

Gatoluxo93

  • Youngling
  • *
  • Posts: 6
  • Karma: +0/-0
    • View Profile
  • Twitch Name: Gatoluxo93
Follower notification!
« on: July 13, 2014, 01:06:55 AM »
I can't reach to put the text correctly... I'll use one kinda of this image (may change somethin) but i want only the name of the follower at center of it, can be? PLEASE HELP! D:

http://i.imgur.com/Ilgqn6d.png

Gatoluxo93

  • Youngling
  • *
  • Posts: 6
  • Karma: +0/-0
    • View Profile
  • Twitch Name: Gatoluxo93
Re: Follower notification!
« Reply #1 on: July 13, 2014, 01:25:03 AM »
Another little thing, when i put any other code with other image... it looks like:
http://gyazo.com/1e23492f50157e249add684e8c558aa3
And still can't see the image... I rly suck in CSS....

Gatoluxo93

  • Youngling
  • *
  • Posts: 6
  • Karma: +0/-0
    • View Profile
  • Twitch Name: Gatoluxo93
Re: Follower notification!
« Reply #2 on: July 13, 2014, 01:45:39 AM »
I GOT IT


#follow-notification {
  width: 500px !important;
  height: 100px !important;
  background-image: url('https://i.imgur.com/F4MoBpK.png') !important;
}
#follow-notification .followname {
  color: greenyellow !important;
  margin-top: 20px !important;
  width: 350px !important;
  font-size: 40px !important;
  text-shadow: 2px 2px 1px #000 !important;
}