Hi needing help chroma my gif. It has green in it already. Just can't quite figure out how to get it to just be shia and the text! Any help would be AMAZING!!!
This is what i have so far
#follow-notification {
display: none;
position: absolute;
width: 268px !important;
height: 200px !important;
border-radius: 00px !important;
background-image: url('
http://i.giphy.com/14uY44q6iY8k80.gif') !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
position: absolute !important;
text-align: left !important;
margin-top: 0px !important;
margin-left: 80px !important;
width: 100px !important;
font-size: 24px !important;
font-weight: normal !important;
font-family: arial bold !important;
color: black !important;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: black;
}
.followname:before {
content: "YOU JUST DID IT " !important;
position: absolute !important;
text-align: left !important;
margin-top: -20px !important;
margin-left: -40px !important;
margin-right: 0px !important;
width: 300px !important;
font-size: 22px !important;
font-weight: bold !important;
font-family: arial bold !important;
color: black !important;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: Black;
}