Month: July 2016
-
How to Add a FontAwesome Icon using :after
Hey everyone, Just a quick post on how to add a fontawesome icon using :after: .fl-cart-product-price:after{ content: ‘f00d’; font-family: FontAwesome; font-weight: normal; font-style: normal; margin: 0px 0px 0px 10px; color: #555; font-size: 85%; text-decoration: none; } See this stackoverflow post for more info: http://stackoverflow.com/a/18793584/522859