Expired
How do I disable the header only on a page?
I am looking to make a page of under construction, has no ready already?
And disable footer?
Hello,
Her you can disable footer: https://www.clipular.com/c/6609132968738816.png?k=uJxXoMWfENvYD8btt0upPwjugyI
The header can’t be disabled, you ca use this css code to hide it:
.header_wrapper { display: none; }
Best regards!
You must be logged in to reply to this topic.