Transparent header for homepage only

Solved

Transparent header for homepage only

Hensolo
Tourist
8 0 2

Hi, 

Fairly new user here. 

I am trying to set up a transparent header on my Dawn theme home page, and a black background header on all other pages. I have managed to make my Header transparent using this custom css in the theme editor:

.header-wrapper {
background-color: rgba(255, 255, 255, 0) !important;
position: absolute;
width: 100%;
z-index: 999;
top: 0;
left: 0;
}
.header {
background: none !important;
margin-bottom: 0 !important;
}
main#MainContent {
margin-top: 0 !important;
}
.header.header--middle-left {
display: flex;
justify-content: space-between;
align-items: center;
}
.header__inline-menu {
margin-left: auto !important;
}

Header transparency help 1.JPG

Header transparency help 2.JPG


But I would like the 'transparency' part of this custom CSS to only apply to the home page. Currently, these settings cause the other pages to have a transparent header which hurts visibility. The alignment is otherwise how I want it. 

Here is a link to my store preview: 
https://jbayf0dsajl5xi5y-56906317957.shopifypreview.com

Thanks for any help you can provide. 

Cheers, 
Matt

Accepted Solution (1)

Dan-From-Ryviu
Shopify Partner
11632 2279 2462

This is an accepted solution.

Hi @Hensolo 

You must code to theme.liquid file use this code to make it work on homepage only 

{% if template == 'index' %}
<style>
.header-wrapper {
background-color: rgba(255, 255, 255, 0) !important;
position: absolute;
width: 100%;
z-index: 999;
top: 0;
left: 0;
}
.header {
background: none !important;
margin-bottom: 0 !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.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- 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.
- En...
Sign up now.

View solution in original post

Replies 4 (4)

GTLOfficial
Shopify Partner
831 171 188

Please follow the steps as mentioned below:

- open your theme.liquid file.

- search for the </head> tag.

 

and copy and paste below CSS:

{% if template.name == "index" %} 
<style>
@media only screen and (min-width: 1025px) {
#main-navigation {
    background-color: transparent;
}
}
header-main, header {
    background-color: transparent !important;
}

header {
    position: absolute !important;
    width: 100%;
    border: none !important;
    top: 0 !important;
    z-index: 50 !important;
}
</style>
{% endif %}

Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh
Hensolo
Tourist
8 0 2

Thanks for your reply. In the end, Shopify support swooped in and solved this issue by adding specific 'custom liquid' in the theme editor 'custom liquid' section which I hadn't noticed before. It seems like it will apply custom liquid between pages which is exactly what I wanted. See screenshots that really helped.

Custom liquid solution.png

Custom liquid solution2.png

  


Cheers.

Dan-From-Ryviu
Shopify Partner
11632 2279 2462

This is an accepted solution.

Hi @Hensolo 

You must code to theme.liquid file use this code to make it work on homepage only 

{% if template == 'index' %}
<style>
.header-wrapper {
background-color: rgba(255, 255, 255, 0) !important;
position: absolute;
width: 100%;
z-index: 999;
top: 0;
left: 0;
}
.header {
background: none !important;
margin-bottom: 0 !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.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- 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.
- En...
Sign up now.

namphan
Shopify Partner
2689 349 398

Hi @Hensolo,

Please change code:

{% if request.page_type == 'index' %}
<style>
.header-wrapper {
background-color: rgba(255, 255, 255, 0) !important;
position: absolute;
width: 100%;
z-index: 999;
top: 0;
left: 0;
}
.header {
background: none !important;
margin-bottom: 0 !important;
}
main#MainContent {
margin-top: 0 !important;
}
.header.header--middle-left {
display: flex;
justify-content: space-between;
align-items: center;
}
.header__inline-menu {
margin-left: auto !important;
}
</style>
{% endif %}
Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com