technical problems with theme

Solved

technical problems with theme

backtoorigins
Visitor
1 0 1

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

Accepted Solution (1)

Moeed
Shopify Partner
7370 1995 2437

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

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Reply 1 (1)

Moeed
Shopify Partner
7370 1995 2437

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

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications