Tagged: x
-
AuthorPosts
-
May 21, 2016 at 5:34 am #1002803
twiggleeParticipantHi 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!May 21, 2016 at 6:29 am #1002853
ChristopherModeratorHi 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.
May 21, 2016 at 9:52 am #1002982
twiggleeParticipantHey! Thanks that worked.
Also, how can I make that specific icon a bit bigger in size?
ThanksMay 21, 2016 at 10:10 am #1002995
ThaiModeratorHi 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 🙂
May 22, 2016 at 8:03 am #1003822
twiggleeParticipantTHANKS!
Last thing. Are there also these menu icons for “log-in” and “log-out”?May 22, 2016 at 8:24 am #1003828
ThaiModeratorHi 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 🙂
May 22, 2016 at 9:39 am #1003872
twiggleeParticipantSweet! Thanks! Got it all sorted 🙂
May 22, 2016 at 10:03 am #1003897
ThaiModeratorIf you need anything else please let us know.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1002803 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
