I should add that I know how to do it by editing the template, which I don't want to do. I want to do it with css if I can.

Here you go:

Code:
#legal li:first-child a:before
{
   font-family: FontAwesome;
   content: '\f0a1';
   margin-right: 5px;
}
#legal li:last-child a:before
{
   font-family: FontAwesome;
   content: '\f0a2';
   margin-right: 5px;
}

:)
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back