If you want to remove the logo from the Form page, just open the following file:
– @app/static_files/css/public.css
At the end of that file, add these lines:
.panel-heading { display: none !important; }
And that’s it!
If you want to remove the logo from the Form page, just open the following file:
– @app/static_files/css/public.css
At the end of that file, add these lines:
.panel-heading { display: none !important; }
And that’s it!