Tips Styler Prefix Xenforo

XenForo Tips Styler Prefix Xenforo

XenForo

Administrative
  • Thread starter
  • Admin
  • #6
I will check on other versions and let you know
CSS:
[class*='userBanner userBanner--yellow']
{ font-family:'Exo';border-left: 3px solid rgba(0, 0, 0, 0.2);margin-top: 3px;text-align: center;height: 20px;
line-height: 15px;position: relative;max-width: 180px;padding: 2px 33px 2px 27px;user-select: none;
color: #FFFFFF;font-size: 11px;font-weight: normal;-webkit-clip-path: polygon(20% 1%, 90% 0, 80% 100%, 10% 100%);
clip-path: polygon(20% 1%, 90% 0, 80% 100%, 10% 100%);
}
[class*='userBanner userBanner--yellow']:before{ font-family:"FontAwesome";margin-right:3px;font-size:11px;padding:0
}
.userBanner.userBanner--yellow { background: rgb(237, 0, 0);border-color: #8e0909;box-shadow: 0 0 15px #8e0909, inset 0 0 20px white;
}
.userBanner.userBanner--yellow:before {content:"\f0a1"}
 

ThanosCrax

Loyal Member
CSS:
[class*='userBanner userBanner--yellow']
{ font-family:'Exo';border-left: 3px solid rgba(0, 0, 0, 0.2);margin-top: 3px;text-align: center;height: 20px;
line-height: 15px;position: relative;max-width: 180px;padding: 2px 33px 2px 27px;user-select: none;
color: #FFFFFF;font-size: 11px;font-weight: normal;-webkit-clip-path: polygon(20% 1%, 90% 0, 80% 100%, 10% 100%);
clip-path: polygon(20% 1%, 90% 0, 80% 100%, 10% 100%);
}
[class*='userBanner userBanner--yellow']:before{ font-family:"FontAwesome";margin-right:3px;font-size:11px;padding:0
}
.userBanner.userBanner--yellow { background: rgb(237, 0, 0);border-color: #8e0909;box-shadow: 0 0 15px #8e0909, inset 0 0 20px white;
}
.userBanner.userBanner--yellow:before {content:"\f0a1"}
NVM still same I guess theme doesn't support ill just forget it
Thanks for the help bro
 

Misterman

Loyal Member
Not working for RyzerPro template
In The [class*='label label--yellow']:before{ font-family:"FontAwesome";margin-right:3px;font-size:11px;padding:0 code you have to change :
font-family:"FontAwesome";
By :
font-family: 'Font Awesome 5 Pro';
Must select the yellow prefix
 
Back
Top Bottom