Reputation: 363
I want to display custom icons for menu items in front store of Oro application. I know, there is a way to choose icon from the dropdown list of fontawesome icons in admin panel:
But can I add my own icon to this list, or set svg or icomoon icon in some other way?
Upvotes: 2
Views: 229
Reputation: 1956
There are only font-awesome icons available out of the box. You can add a custom icon by customizing the template that is used for menu rendering.
To customize the template, please follow the OroCommerce back-office customization documentation.
Pay attention, that customization done differently for the OroCommerce storefront templates.
Upvotes: 1