xenForo 2.x.x Navtab menu FontAwesome use of [Deleted]

@palhanow
unfortunately this is not quite so easy because there are no classes there.

But try this:
HTML:
.p-footer-linkList li:nth-child(1):before { font-family: "FontAwesome";  content: "\f0e0" }
.p-footer-linkList li:nth-child(2):before { font-family: "FontAwesome";  content: "§" }
.p-footer-linkList li:nth-child(3):before { font-family: "FontAwesome";  content: "\f21b" }
.p-footer-linkList li:nth-child(4):before { font-family: "FontAwesome";  content: "\f128" }

i did not find a good character for Terms and rules so i have to use §
 
Last edited:
Top Bottom