creaky

Customer
I previously used this to merge the 2 block into one, does this still work on Xenforo 2.2.2


Also, is there a way to add a background image to specific nodes, preferably a font awesome icon if not a png file.
 
Should be fine still.

This is one approach:

Code:
.node
{
    position: relative;
    &:after
    {
        .m-faBase();
        .m-faContent("\f27a");
        position: absolute;
        top: 5px;
        right: 10px;
        font-size: 40px;
        transform: rotate(20deg);
    }
    &.node--id2:after { .m-faContent("\f069"); }
}

Use the --id2 line to customize on a per-node basis.
 

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