Hello,
In the previous versions of the theme it was possible to embed the included entypo icons via CSS using content:””
This method does not seem to work in the latest two versions, or am I overlooking something?
Thank you.
I’ve found the solution – the icon “unicode” codes have changed.
Example code for a “check” icon was
content:”\2713″;
and now is
content:”\e812″;