Anyone have a solution for using icons in place of text in the user menu?
Thanks
Anyone have a solution for using icons in place of text in the user menu?
Thanks
Not sure I understand as you can add icons to menus. ![]()
Can you add icons on user page menus though? Not seeing that option. Thanks
Do you mean the breadcrumb trail? Can you share a screenshot of what you’re referring to please.
Hmm, yes I see your issue. If you were to replace with Unicode or a Windows emoji it would name the page the same. There may be a code based solution but it’s not one I’ve seen. ![]()
Hi Jarrod
This should work:
$(document).on("knack-scene-render.any", function (event, scene) {
$('.kn-current_user a[href="#account-settings"]').html('⚙')
});
Craig
I knew someone far more talented would know the answer
thank you @CSWinnall ![]()
Thank you, Craig. This worked great.