Custom Icon (ico file) instead of the DHX Library

Hello. Does anyone know if it’s possible to use a home-grown ico file instead of the DHX icon library in a component (e.g., Menu)? In reading all the docs it seems that the code requires a link to outside icon packages but I’m hoping there is a way around this. My custom icons are proprietary to products/services so they would enhance the User Experience. Thanks!

Hello, I don’t know exactly if this is what you need, but a way that I use to customize icons using SVG for example, is by creating a css class, and defining the background-image with the svg code (it can be the external link as well ).

Here is an example with the DHTMLX menu

https://snippet.dhtmlx.com/wjbq3buw

I hope it helps.

2 Likes

This is EXACTLY what I was looking/hoping for. Awesome. Thanks for taking the time to respond!

1 Like