How to make my Header Transparent on Home Page?

Solved

How to make my Header Transparent on Home Page?

LSAccounting
Trailblazer
205 1 31

I have tried using this video: https://www.youtube.com/watch?v=4qA3gNt5wCQ&t=1s

But this has made my header transparent on every page. 

 

I would like my header transparent only on my home page where I have the video banner. 

 

My page is: 

https://elnisfinancials.myshopify.com/ 

By L&S Team
Accepted Solution (1)
Dan-From-Ryviu
Shopify Partner
11288 2212 2382

This is an accepted solution.

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

{% if template == 'index' %}
<style>
.section-header .header-wrapper {
    background: transparent;
}
#MainContent { margin-top: -226px; } 
@media (max-width: 749px) {
#MainContent { 
margin-top: -206px !important; 
z-index: -1;
} 
}
</style>
{% endif %}

- Found this helpful? Hit "Like" and "Accept as Solution"! - Feeling generous. Buy me coffee!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify

Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

View solution in original post

Replies 5 (5)

Made4uo-Ribe
Shopify Partner
10036 2386 3012

Hi @LSAccounting 

Its password protected. You need to add this code. Example.

 

{% if template == 'index' %}
<style>
.header {
    background: transparent;
}
</style>
{% endif %}

 

 And Save. 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
LSAccounting
Trailblazer
205 1 31

Hi, @Made4uo-Ribe 

 

Where abouts should I add this?

By L&S Team

Dan-From-Ryviu
Shopify Partner
11288 2212 2382

Hi @LSAccounting 

Your store has password protected Screenshot_4.jpg

- Found this helpful? Hit "Like" and "Accept as Solution"! - Feeling generous. Buy me coffee!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify

Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

LSAccounting
Trailblazer
205 1 31

@Dan-From-Ryviu ,

 

Password is: elnis

By L&S Team
Dan-From-Ryviu
Shopify Partner
11288 2212 2382

This is an accepted solution.

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

{% if template == 'index' %}
<style>
.section-header .header-wrapper {
    background: transparent;
}
#MainContent { margin-top: -226px; } 
@media (max-width: 749px) {
#MainContent { 
margin-top: -206px !important; 
z-index: -1;
} 
}
</style>
{% endif %}

- Found this helpful? Hit "Like" and "Accept as Solution"! - Feeling generous. Buy me coffee!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify

Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.