← Back to No SVG-icons Support
Bodom78
This can be done without a plugin.
In the admin go to Setting > Customize back-end and there you select the Styles tab.
Then just add the style below to hide the icons:
nav#layout-mainmenu .nav-icon {
display: none;
}
hambern
But that removes all the icons entirely. I just want to remove the SVG-icons, that way the CMS uses the Font-Awesome icons instead.
Bodom78
Oh, I see now.
Might be worth noting that it reverts to the Font Awesome icons to the plugin description.
1-3 of 3