I lost my icons on pages with the latest update of cornerstone and WP. I hard coded them. Is there another way with the latest update?
Hi @jayfray3,
Thanks for reaching out.
Yes, you must update your codes. The new version uses different icon attribute, like data-x-icon-s and data-x-icon-b. But the common one is the data-x-icon-s. Example,
<i class="x-icon-tags" data-x-icon-s=""></i>
Please update your hardcoded icon attribute from data-x-icon to data-x-icon-s
Thanks!
1 Like
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.