Menu icons not showing up after added in code

Hi, I am trying to use the drop down to add the icons in for the menu, I have been using X theme for a while now so originally had to code the icons in. I have added the -s in as per instructions in the forum. It is still not working. How do I stop using code and use the included drop down menu.

Courses & price

Thanks
Corinne

Hey Corinne,

Regretfully, code is needed in X header. The icon options in the menu you see are for the Navigation elements which you can use also in the header if you use Pro which I’d recommend that you upgrade to so that you stop using code for this case.

I see that you have this HTML in your menu <i class="x-icon-book-s" data-x-icon-s=""></i>. The icon specific class is no longer applicable. You need to use the general x-icon class instead. For the data attribute, insert &#x followed by the icon’s unicode which you can find in the icon page in FontAwesome like this https://fontawesome.com/icons/book?style=solid

What I’ve showed you should work provided you follow it correctly. Please see the secure note.

Hope that helps.

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