Shopify themes, liquid, logos, and UX
I've inserted the following code to hide/remove the header and footer sections on two specific pages, but there seems to be a bug. Whatever I do, the footers hide successfully, but the header is only removed from one page and not the other.
<style> #chocolate-tubeez .header{ display: none !important; } #chocolate-tubeez .footer{ display: none !important; } <style> #vanilla-tubeez .header{ display: none !important; } #vanilla-tubeez .footer{ display: none !important; }
Solved! Go to the solution
This is an accepted solution.
@comvert Please replace code like this
<style>
#chocolate-tubeez .header{
display: none !important;
}
#chocolate-tubeez .footer{
display: none !important;
}
#vanilla-tubeez .header{
display: none !important;
}
#vanilla-tubeez .footer{
display: none !important;
}
</style>
yoso.ca
This is an accepted solution.
@comvert Please replace code like this
<style>
#chocolate-tubeez .header{
display: none !important;
}
#chocolate-tubeez .footer{
display: none !important;
}
#vanilla-tubeez .header{
display: none !important;
}
#vanilla-tubeez .footer{
display: none !important;
}
</style>
This worked, thank you very much.
Learn 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, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025