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.
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024