Hello,
I want to place an icon into menu item. I have tried all those codes found in the forum, but nothing works:
<i class=”x-icon x-icon-info-circle”></i>
<i class=”x-icon x-icon-info-circle” data-x-icon=””></i>
<i class=”x-icon-info-circle”></i>
I have an icon for home already, but when I try to change the icon’s name to info-circle, it doesnt do anything.
Similarly, after copy/pasting this line from the forum: <i class=”x-icon-user” data-x-icon=””></i> icon USER appeared, but again, changing of the icon’s name doesnt change the image. Looks like when you type, it works, but when I type, it doesnt…