Icons in top menu

Hi!

I have been looking for a solution to use icons in the top menu but didn’t quite figured it out yet.

I am using this

the last icon only is showing (desktop), the other two (apple and android) display as empty square.

What am I missing?

thanks!

Hi Jeremie,

Thanks for reaching out.

Those are brand icons, so you should be using these

<i class="x-icon x-icon-android" aria-hidden="true" data-x-icon-b=""></i>

<i class="x-icon x-icon-apple" aria-hidden="true" data-x-icon-b=""></i>

You’ll notice that it uses data-x-icon-b for brand icons, and data-x-icon-s for regular icons.

Hope this helps.

Thanks!

It works! thanks :slight_smile:

Glad we could help.

Cheers!

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