Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1002803
    twigglee
    Participant

    Hi there! I love the support I’ve been getting so far it’s great!
    I want to show my menu icon(s) only and not the text next to it (like forums and buddypress icons have no text next to them). I’m not sure how to do that though.
    Thanks!

    #1002853
    Christopher
    Moderator

    Hi there,

    Please add icon code in navigation label .

    Home icon : <i class="x-icon-home" data-x-icon=""></i>
    Comment icon : <i class="x-icon-user" data-x-icon=""></i>
    User icon : <i class="x-icon-comment" data-x-icon=""></i>

    For more information check this link : https://theme.co/changelog/#theme-4-0-0

    Hope it helps.

    #1002982
    twigglee
    Participant

    Hey! Thanks that worked.
    Also, how can I make that specific icon a bit bigger in size?
    Thanks

    #1002995
    Thai
    Moderator

    Hi There,

    Please try with this:

    Home icon : <i style="font-size:16px;" class="x-icon-home" data-x-icon=""></i>
    Comment icon : <i style="font-size:16px;" class="x-icon-user" data-x-icon=""></i>
    User icon : <i style="font-size:16px;" class="x-icon-comment" data-x-icon=""></i>

    Hope it helps 🙂

    #1003822
    twigglee
    Participant

    THANKS!
    Last thing. Are there also these menu icons for “log-in” and “log-out”?

    #1003828
    Thai
    Moderator

    Hi There,

    You can try with these icons:

    Lock Icon: <i class="x-icon x-icon-unlock" data-x-icon=""></i>
    Unlock Icon: <i class="x-icon x-icon-lock" data-x-icon=""></i>

    Hope it helps 🙂

    #1003872
    twigglee
    Participant

    Sweet! Thanks! Got it all sorted 🙂

    #1003897
    Thai
    Moderator

    If you need anything else please let us know.

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