Hey Community.
I use the “Follower Alert” and i’m actually done with my customization.
But i have a problem with the text, the color is set to #3498db
#follower-alert .text {
color: #3498db !important;
}
but the text has some wreid “shadow” or something, i removed the shadow in the css (i’m actually not a full noob with css) and can’t figure out why there is a outline / border.
http://img.punihassteuch.eu/Q3XGx0N.png
yeah… i mean this wreid thing.
my full css:
#follower-alert .text {
margin-left: 0px !important;
padding-top: 0px !important;
text-align: center !important;
width: 385px;
vertical-align: baseline !important;
font-size: 25 !important;
font-family: 'Titillium' !important;
font-style: normal !important;
text-decoration: none !important;
text-shadow: 0px 0px 0px !important;
white-space: nowrap;
color: #3498db !important;
}
I hope someone can help me with my problem.
kind regards.