I want to have separate icons for an account (with profile icon) for mobile, desktop etc. But if I create another menu item, it does not have a profile icon. I tracked throughout DB and it seems that only sys_menu_item of name account has this. If I hack two items having the same name, it does not work.
How can I modify the behaviour? Possibly in sources.
Comments
Hello Radomír Polách !
You may add the new rules for .sys_menu_item to the media CSS files in your template, like media-desktop.css, media-phone.css, media-print.css and media-tablet.css.
If you use Protean template then you should copy them from template/css folder to modules/boonex/protean/data/template/system/css and edit them with new rules.
R
That does not make sense. User profile image in an account sys_menu_item is present event without any css loaded. I want another menu item to contain the user profile image.
R
I would add a screenshot, but it seems I am not allowed to.