Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #1042697

    Nico
    Moderator

    Hi There,

    You can try adding a inline style to that icon

    <i class="x-icon x-icon-adjust" style="color: #eabe20;" data-x-icon="" aria-hidden="true"></i>

    Or adjust it through class then add it in your customizer’s custom CSS:

    .x-icon-adjust {
    color: #eabe20;
    }

    Hope it helps.

    Let us know how it goes.

    Thanks.

    #1057682

    Sitegemz
    Participant

    I’ve read through a lot of these threads but nothing seems to add the icon some do and some don’t I can’t duplicate the code in the first half of the menu because it has a square in it. I’ve also tried adding the above code and it doesn’t work. I’ve also looked for the legacy fonts setting in the cornerstone settings and it’s not there.

    #1057692

    Friech
    Moderator

    Hi There,

    Please follow this post: https://community.theme.co/forums/topic/using-font-awesome-icons-in-the-navigation-menu/?replyto=1028596#post-1029798

    The data-x-icon attribute should have an &, #, x, and the icon’s unicode

    Hope it helps, Cheers!