Page 1 of 1
Removing the header from web interface
Posted: Tue Nov 15, 2016 5:57 am
by Hockeyman271
Hello once again,
Is it possible to remove the header from the web interface? below ive attached a picture of what im talking about. Id like to be able to preset all of the settings that this header allows you to do them remove it once i am done.
Thanks!
Re: Removing the header from web interface
Posted: Tue Nov 15, 2016 7:02 pm
by mcallegari
I think you can tweak the common.css file and change the controlBar class.
Since you haven't told us which OS you're using, I can't tell where that file is located in your system
Re: Removing the header from web interface
Posted: Tue Nov 15, 2016 10:22 pm
by Hockeyman271
Im sorry I completely forgot to mention that I am running QLC from a raspberry pi 3 with the QLC_Jessie image, i donated on here to get.
Thank you for the response though!
Re: Removing the header from web interface
Posted: Sat Nov 19, 2016 9:32 pm
by Hockeyman271
It worked! At first I tried removing most of the code from the common.css file but that only caused the design elements to disappear, In the end just changing controlBar class to have a width and height of 0 pixels "removed" the entire top bar and buttons.
Thanks for the help Mcallegari!