Is there some way I can create an icon "glow" effect on a font-awesome icon?
I have tried the following:
<i class="icon-thumbs-down glow"/>
and
.glow { box-shadow: 0px 0px 5px #fff; }
Unfortunately this results in a "square" white glow around the bounding box of the icon. How can I make a glow that contours to the shape of the icon?
Figured it out 30 seconds later:
Font awesome is just a font, so you can do a text shadow:
.glow { text-shadow: 0px 0px 5px #FFFFFF; }
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With