Hello Dolibarr Community,
I’m trying to customize the icons of the top menu modules in Dolibarr.
Here’s what I’ve done so far:
- I added my custom icon
dossier.png
in the directory:htdocs/theme/eldy/img/
- I updated the module descriptor file by setting:
$this->picto = 'dossier.png';
However, the icon in the top menu doesn’t change and still shows the default one.
Do I need to clear any cache or modify another file to make this work? Or is there something I’m missing?
Thanks in advance for your help
Yassine