Currently with xenforo I have this code within my exta.less file to call via a setting to make my prefixes look like

This is the code
and I call it using

How can I replicate this in vbulletin

This is the code
HTML Code:
.prefixphotos { background: none repeat scroll 0 0 #008000; color: #FAFAFA !important; font-weight: normal; border: double !important; font-size: 10pt; } .prefixphotos:before { content: "\f03e"; font-family: FontAwesome; margin-right: 4px; } .prefixphotos { border-radius: 4px !important; padding: 0px 5px; }

How can I replicate this in vbulletin

Comment