How do I hide the help button in my navbar?
1 Like
Got It Here is the better approach instead of running the command on the erpnext core application we can create an app and when we install an app the help button is invisible this won’t cause any disruption in the erpnext application
Steps:
create new app
create a CSS file in the app
copy and paste the path of CSS file into the hooks.py file of the app
app_include_css = “Path”
save
install app help button hides.
By this, there won’t be any problem while updating erpnext
No, there won’t be any issues if you’re doing it in your custom app.
yes you are right