Hi - I have tested the css responsible for displaying the PixelLove icons, and found several icons not displaying properly:
.icon-calendar:before { content: "f"; }
.icon-user:before { content: "w"; }
.icon-rating:before { content: "s"; }
.icon-tag:before { content: "u"; }
.icon-hits:before { content: "o"; }
.icon-folder:before { content: "m"; }
also: what if I want to display additional icons as per PL website: are you not providing the entire collection (like fontawesome) because of some sort of arrangement, or are the other icons available in other templates (and if so, how can I transfer it? I'm noticing that you have rendered the font/icons, so only certain characters are included within the font collection)
Please advise - thanks,
AZ