i want the Shopify header to only display on mobile

i want the Shopify header to only display on mobile

shop22dash
Tourist
22 0 4

i want to remove the shopify header from desktop and have it only show on mobile

Replies 6 (6)

mattsalsa
Shopify Partner
15 1 1

Hi @shop22dash,

 

To hide the Shopify header on desktop and show it only on mobile:
1. Go to Online Store > Themes > Edit code
2. Open your main CSS file (usually in Assets, like base.css or theme.css)
3. Add this to the bottom of the file:

@media screen and (min-width: 768px) {
header.site-header {
display: none;
}
}

@media screen and (max-width: 767px) {
header.site-header {
display: block;
}
}

If header.site-header doesn’t match your theme, inspect the header element using your browser’s developer tools and adjust the class accordingly. Let me know your theme name if you want help identifying the right selector.

Matt Solusod
Need help? Tag me or reach out!

mattsalsa
Shopify Partner
15 1 1

Hi There,

 

To hide the Shopify header on desktop and show it only on mobile:
1. Go to Online Store > Themes > Edit code
2. Open your main CSS file (usually in Assets, like base.css or theme.css)
3. Add this to the bottom of the file:

@media screen and (min-width: 768px) {
header.site-header {
display: none;
}
}

@media screen and (max-width: 767px) {
header.site-header {
display: block;
}
}

If header.site-header doesn’t match your theme, inspect the header element using your browser’s developer tools and adjust the class accordingly. Let me know your theme name if you want help identifying the right selector.
Matt Solusod
Need help? Tag me or reach out!

shop22dash
Tourist
22 0 4

I also need the header to be transparent

mattsalsa
Shopify Partner
15 1 1

Hey Shop22,

 

Just sent you a message regarding the code that you would want to add to your CSS file to achieve this. Let me know if you got it!

Matt Solusod
Need help? Tag me or reach out!
shop22dash
Tourist
22 0 4

how did you send it to me?

 

websensepro
Shopify Partner
2127 265 317

Hi @shop22dash  , kindly provide your store URL please and if it is password protected, please share the password as well. Thanks

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP