Vyacheslav Kovalchuk
Vyacheslav Kovalchuk

Reputation: 363

How can I add custom icons to Oro frontstore menu item?

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:

enter image description here

But can I add my own icon to this list, or set svg or icomoon icon in some other way?

Upvotes: 2

Views: 229

Answers (1)

Andrey Yatsenko
Andrey Yatsenko

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

Related Questions