Hi,
I’ve just downloaded and installed the latest Purity III quickstart + template + T3 plugin.
I am discovering the whole thing, but i have an issue with Font Awesome 4.
Purity III comes with Font Awesome 4, but the template provided still references Font Awesome 3 directives, so that the icon is not displayed :
<span class="icon-chevron-right"></span>
Replacing this manually using Firebug works :
<span class="fa fa-chevron-right"></span>
Where/which file do i have to modify to change this span class ?
It is about showing an article within a category, for the next/previous article buttons.
Thanks.