Not a bug Keep Font-Awesome 4.7x Xenforo 2.1

YungJedi

Active member
Affected version
2.1
Hello everyone, on my forum currently in 2.0.XX and it possible to keep the font icons Awesome 4.7 if I upgrade to xenforo 2.1, because all my prefix and legend and the Bbcode have been redone, and it would take me a lot of time to change everything.

e1e0fc341b9a18b28766c2d67c917818.png
fec944feacfa4f424518eac43122c578.png
 
yes but I guess the command line changes too.example this code will not work anymore

.pre::before {
background-color: rgba(0,0,0,0.2);
position: absolute;
border-top-right-radius: 40px;
border-right: 2px solid rgb(0,0,0);
border-right: 2px solid rgba(0,0,0, 0.1);
_border-right: 2px solid rgb(0,0,0);
top: 0;
bottom: 0;
left: 0;
padding: 1px 4px 0 3px;
width: 20px;
font-family: FontAwesome;
text-align: center;
}
.pre-VENTE::before {
content:"\f155";
}
.pre-VENTE {
background: #1ba600;
}

the icon will not show
 
You would be better off posting the specific details in the "Styling & customizations" forum, and having a search around the forum. I don't have any specific threads to point you to, but I'm certain other customers have gone through similar processes to migrate to FA5.
 
Back
Top Bottom