Hello,
Please provide solution on how to hide custom menu, i dont want to disable the whole module functionality… I just want to hide it from the header
Thanks
Hello,
Please provide solution on how to hide custom menu, i dont want to disable the whole module functionality… I just want to hide it from the header
Thanks
Hello
Thanks for posting. You have posted your issue in the How to / Help section.
Kindly post (here) your Dolibarr setup environment as suggested in [url]www.dolibarr.org/t/post-guidelines/16873/1 This will greatly help the community in assisting you where possible.
Please find the details below
DOLIBARR ENVIRONMENT
- Version: 8.0
- Operating System: Linux
- Web Server: nginx/1.10.3
- PHP: 7.0.30-1+ubuntu16.04.1+deb.sury.org+1
- Database: MySQL or MariaDB 5.7.22-0ubuntu0.16.04.1
- URL(s): [Affected URL(s)]
Please provide solution on how to hide custom menu, i dont want to disable the whole module functionality… I just want to hide it from the header
How about if you blank it out in the module setup file?
If you used the menu editor then is it not possible to deselect or delete the menu from there?
Just two ideas 
Once you create the module you can access its custom CSS file in:
C:\dolibarr\www\dolibarr\htdocs\custom\awesomemodule\css\awesomemodule.css.php
Where awesomemodule is the name of my module in this case and adding these lines at the end of it:
#mainmenutd_awesomemodule {
display: none;
}