Personalized checkout and custom promotions with Shopify Scripts
i want to remove the shopify header from desktop and have it only show on mobile
Hi @shop22dash,
@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.
Hi There,
@media screen and (min-width: 768px) {
header.site-header {
display: none;
}
}
@media screen and (max-width: 767px) {
header.site-header {
display: block;
}
}
I also need the header to be transparent
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!
how did you send it to me?
Hi @shop22dash , kindly provide your store URL please and if it is password protected, please share the password as well. Thanks
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025