Svoboda

Customer
I've tried to create the css but I absolutely can't get it to work. Is there an easy way to use FA icons in an unordered list?
 

Russ

Pixel Exit Staff
Not quite an "easy way". The problem is the only way I know how to do this is through basic CSS but it changes every single list.

Code:
.bbWrapper ul
{
    list-style-type: none;
    li:before
    {
        .m-faBase();
        .m-faContent("\f00c");
        padding-right: 5px;
        vertical-align: middle;
    }
}

You could target specific posts using CSS like this:
Code:
[data-content="post-8653"] .bbWrapper ul
{
    list-style-type: none;
    li:before
    {
        .m-faBase();
        .m-faContent("\f00c");
        padding-right: 5px;
        vertical-align: middle;
    }
}

Some other ways to get it done, but maybe the above will work for you.
 

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.