X-icon-angle-down showing as box with F107 on every page of my site

Hi, I have recently updated to the latest version of Theme X and since then an icon on every single page of my site is showing as a small square with F107 inside it.
Some searches around the forum have shown some similar issues, but none the same where this single icon on every page is not showing correctly.
If possible, could you have a look and let me know how to fix it?

Hi @PaddyThorne,

Thanks for reaching out.

You have a custom content in which not compatible anymore with the current icon library. Please change this existing content

<a class="x-slider-scroll-bottom bottom center" href="#contactus"> <i class="x-icon-angle-down"></i><br>
</a>

to this

<a class="x-slider-scroll-bottom bottom center" href="#contactus"><i class="x-icon" data-x-icon-s="&#xf107;"></i><br>
</a>

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.