How do I add a solid star font awesome icon to the user (usergroup) banner?

Status
This content is read-only, or is not open for further replies.

Stuart Wright

Guest
offline
I'm using this
Code:

Code:
    &.userBanner--avfpatron2 {
        .m-userBannerVariation(white, #9d2362);
        a {
            color: #fff;
        }
         &:before {
            content: '';
            display: inline-block;
            width: 1em;
            height: 1em;
            margin-right: 4px;
            vertical-align: -0.125em;
            background-color: currentColor; // icon colour follows text colour
            -webkit-mask: url('@{xf-publicPath}/styles/avf/patreon.svg')...

Read more

Continue reading...
 
Liked by:
Status
This content is read-only, or is not open for further replies.
Top Bottom