I have a project where I've used Font Awesome icons in section headings:
xerte.cardiff.ac.uk/play_5974
This worked fine until the latest update, but now the text appears to be removed from the left hand nav menu (it appears correctly in the section titles).
The code used for each section heading follows the same format, e.g:
Code:
<p><i aria-hidden="true" class="fa fa-handshake-o fa-fw"></i> Introduction</p>
Am I missing something? Is there a reason the text would be removed when the nav list is generated?