If you want to hide all the header parts for the mobile, you would need to add custom css to hide the header for the mobile ( thefox > styling options ) :
@media only screen and (max-width: 767px) { #header_container { display:none; } }
Do not hesitate to contact us if you have other questions.
I am looking for the same thing. In fact I am looking to have the header gone completely. mobile and desktop. I tried pasting the code in the way you wrote it but no luck:
I would like to create a page that is for mobile. I would like there to be no header.
Can I change this?
Hello Matthew,
If you want to hide all the header parts for the mobile, you would need to add custom css to hide the header for the mobile ( thefox > styling options ) :
@media only screen and (max-width: 767px) {
#header_container { display:none; }
}
Do not hesitate to contact us if you have other questions.
Regards
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
I am looking for the same thing. In fact I am looking to have the header gone completely. mobile and desktop. I tried pasting the code in the way you wrote it but no luck:
Hello,
If you want to hide the header for all screen just add :
#header_container { display:none; }
Do not hesitate to contact us if you have other questions.
Regards
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme