Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1341387
    PhilipAnker
    Participant

    Hi There.

    I was wondering why the menu icon is not visible – as seen in the screenshot, the hover-effect is activated, and the right size of the icon is present – though no visible icon. (see screenshot)

    I have used the settings in the menu to create the custom label set to : “<i class=”x-icon x-icon-user”></i>” (see screenshot)

    Hope you can help. For site, visit: http://www.bloon.dk

    Sincerely
    Philip

    #1341455
    Thai
    Moderator

    Hi There,

    Please take a look at this ticket: https://community.theme.co/forums/topic/navigation-menu-icon/#post-1009126.

    Hope it helps.

    #1341480
    Christian
    Moderator

    Hey Philip,

    That will not work anymore since font-awesome classes are removed in X for performance improvement. You can add it back by adding the code below in your functions.php

    add_filter( 'cornerstone_legacy_font_classes', '__return_true' );

    You can use plugins such as this https://wordpress.org/plugins/menu-icons/. But, the best way would be to create an image icon and change <i class=”x-icon x-icon-user”></i> to <img src="YOUR_IMAGE_URL">

    Thanks.

    #1341530
    PhilipAnker
    Participant

    Thank you. Obviously me who wasn’t thinking, thank you for all help. It worked pleasantly.

    Best
    Philip

    #1341553
    Rahul
    Moderator

    Glad we were able to help you out.

    If you have anything further to ask, feel free to let us know. We’d be happy to help you out with anything else.

    Thanks!

  • <script> jQuery(function($){ $("#no-reply-1341387 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>