📢 Moderators Needed 🚀

Moderators are needed with resources to post or have access to resources to post. Submit an application to be considered.
S

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

  • Thread starter Thread starter Stuart Wright
  • Start date Start date
S

Stuart Wright

Guest
Guest or Bot
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...
 
Similar content Most view View more
Back
Top