Menu editor and icon not showing

Hi there!!, first of all thank you in advance!

I hope you can help me. I have a problem with the icon of a menu that I created in eldy. Through the menu tool I have created a new menu in the top bar of the expensereport module. The problem is that there is no way for an icon to appear. What am I doing wrong?

image

Goodmorning,

Were you able to find a solution to this?

what does the webserver log say?

Add a line to /theme/eldy/main_menu_fa_icons.inc.php
The following adds a “wallet” as icon in the top menu-bar

div.mainmenu.expensereport::before {
	content: "\f555";
}

My version is 17.0.2