What's your biggest current challenge? Have your say in Community Polls along the right column.

Removing Header- origin theme

Solved

Removing Header- origin theme

Johnesemarie
Visitor
3 0 0

Hello, I am trying to remove the header off my store. I went to theme.liquid and removed the {% section 'header' %} ... the header is now gone, but there is now a large space before the announcement bar. I'm not sure what to do to remove that space. Help please.

 

I removed my footer the same way and that looks perfect.

 

Johnesemarie_0-1713367452461.png

This is what it looks like 

Accepted Solution (1)
ThePrimeWeb
Shopify Partner
2139 616 515

This is an accepted solution.

Hey @Johnesemarie,

 

Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.

<style>
body > cart-drawer.drawer {
    display: none !important;
}
</style>

 

Screenshot is for reference only, the correct code to paste is the one shown above.

ThePrimeWeb_0-1713367949476.jpeg

 

Was I helpful?

Buy me a coffee

🙂

Need help with your store? contact@theprimeweb.com or check out the website
Check out our interview with Shopify!

View solution in original post

Replies 4 (4)

ThePrimeWeb
Shopify Partner
2139 616 515

Hey @Johnesemarie,

 

Can you share the link to your store?

Was I helpful?

Buy me a coffee

🙂

Need help with your store? contact@theprimeweb.com or check out the website
Check out our interview with Shopify!
Johnesemarie
Visitor
3 0 0

jmhaircollection.com

ThePrimeWeb
Shopify Partner
2139 616 515

This is an accepted solution.

Hey @Johnesemarie,

 

Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.

<style>
body > cart-drawer.drawer {
    display: none !important;
}
</style>

 

Screenshot is for reference only, the correct code to paste is the one shown above.

ThePrimeWeb_0-1713367949476.jpeg

 

Was I helpful?

Buy me a coffee

🙂

Need help with your store? contact@theprimeweb.com or check out the website
Check out our interview with Shopify!
Johnesemarie
Visitor
3 0 0

Thank you so much !