Feedback for your online store from the community
Hello!
I need some help with this situation, i want to make a landing page without the header announcement and footer section but I can't make it done!
I tryed with this code on the template
<style>
.header-wrapper{
display: none !important;
}
.announcement-bar {
display: none !important;
}
footer.footer{
display: none !important;
}</style>
the prblem with this is that the footer and announcement they disapear but the header still
Solved! Go to the solution
This is an accepted solution.
Hey @backtoorigins
Try this code instead
<style>
sticky-header {
display: none !important;
}
.announcement-bar {
display: none !important;
}
footer.footer {
display: none !important;
}
</style>
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
This is an accepted solution.
Hey @backtoorigins
Try this code instead
<style>
sticky-header {
display: none !important;
}
.announcement-bar {
display: none !important;
}
footer.footer {
display: none !important;
}
</style>
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025