Tagged: x
-
AuthorPosts
-
January 23, 2017 at 6:31 am #1341387
PhilipAnkerParticipantHi 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
PhilipJanuary 23, 2017 at 7:36 am #1341455
ThaiModeratorHi There,
Please take a look at this ticket: https://community.theme.co/forums/topic/navigation-menu-icon/#post-1009126.
Hope it helps.
January 23, 2017 at 7:55 am #1341480
ChristianModeratorHey 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.
January 23, 2017 at 8:22 am #1341530
PhilipAnkerParticipantThank you. Obviously me who wasn’t thinking, thank you for all help. It worked pleasantly.
Best
PhilipJanuary 23, 2017 at 8:45 am #1341553
RahulModeratorGlad 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!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1341387 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
