We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

how to move the banner cover the menu

Solved

how to move the banner cover the menu

Jim
Explorer
88 2 26

5711925539e9461ba3ed9f5bcce3d1b.png

Accepted Solution (1)

Moeed
Shopify Partner
7764 2082 2568

This is an accepted solution.

Hey @Jim 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.header {
    position: absolute !important;
    background: transparent !important;
    width: 100% !important;
    margin: 0 !important;
    max-width: 100% !important;
}
</style>

RESULT:

Moeed_0-1721374527207.png

 

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

Replies 5 (5)

Jim
Explorer
88 2 26
Dan-From-Ryviu
Shopify Partner
12073 2359 2539

Hi @Jim 

Please add this code to theme.liquid file, after <head> in Online Store > Themes > Edit code 

{% if template == 'index' %}
<style>
.scrolled-past-header .header-wrapper { background: #000 !important; }
.header-wrapper { background: transparent !important; }
.header-wrapper * { color: #fff !important; }
.header-wrapper .header__heading-logo { filter: invert(1); }
#MainContent { margin-top: -138px; }
@media (max-width: 749px) {
#MainContent { margin-top: -65px !important; }
}
</style>
{% endif %}

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

Moeed
Shopify Partner
7764 2082 2568

This is an accepted solution.

Hey @Jim 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.header {
    position: absolute !important;
    background: transparent !important;
    width: 100% !important;
    margin: 0 !important;
    max-width: 100% !important;
}
</style>

RESULT:

Moeed_0-1721374527207.png

 

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


Jim
Explorer
88 2 26

thank you

Moeed
Shopify Partner
7764 2082 2568

Thank you for your reply. I'm glad to hear that the solution worked well for you. If you require any more help, please don't hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications