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.
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024