How to make the header transparent - Dawn theme

How to make the header transparent - Dawn theme

Sivadarshan
Shopify Partner
314 2 61

I'm using dawn theme in that I want to customize the header as transparent in home page completely on scroll also it should be transparent. I'll attach the reference website like how I want to make it 

 

Reference website: offnorth.com

My website: https://2512in.myshopify.com/

Password: 2512

 

Thanks in advance

 

Replies 5 (5)

Huptech-Web
Shopify Partner
1169 234 264

Hi @Sivadarshan 
To make herder transparent, use code below

 

1. Go to your Online Store
2. Click on "Themes"
3. Select "Edit code"
4. Open your CSS file. If you have a custom CSS file, open it instead.
5. If you can't find your custom CSS file, open "base.css"
6. Add the following code at the end of the file.

.header-wrapper--border-bottom {
    border-bottom: unset !important;
}

.scrolled-past-header .header-wrapper{
    background: unset !important;
}

.scrolled-past-header .list-menu__item {
    color: #fff !important;
}

 

If you found this response helpful, please do like and accept the solution. Thanks!
Need support with Customizing your Shopify store?
Feel free to contact me at info@huptechweb.com or Visit our website Huptech Web.
Instant Shortcode Builder: Integrate customizable UI features anywhere in your store - No coding knowledge required

Dotsquares
Shopify Partner
375 22 51

Hi @Sivadarshan,

 

I hope this message finds you well.

 

Yes, as per your requirement, you can achieve a fully transparent header on the homepage, even on scroll, using custom CSS. You can add the following CSS to your theme:

.shopify-section-header-sticky sticky-header.header-wrapper {
background: transparent !important;!i;!;
}

You can add this CSS to your theme's base.css file or inside Online Store > Themes > Customize > Theme settings > Custom CSS.

Let me know if you need further adjustments, and the community will be happy to help! 😊

 

Regards,

Dotsquares Ltd


Problem Solved? ✔ Accept and Like solution to help future merchants.


Shopify Partner Directory | Trustpilot | Portfolio
Sivadarshan
Shopify Partner
314 2 61

@Dotsquares Thanks for the code, How to make the menu items white.

Dotsquares
Shopify Partner
375 22 51

@Sivadarshan , In the menu item block, add text-Color: White (hexa code). it will turn all items to white.

Dotsquares Ltd


Problem Solved? ✔ Accept and Like solution to help future merchants.


Shopify Partner Directory | Trustpilot | Portfolio

Huptech-Web
Shopify Partner
1169 234 264

Hi @Sivadarshan 

If the solution presented meets your needs and effectively addresses your query, I encourage you to accept it as the chosen answer. This will acknowledge your support and aid fellow community members in identifying reliable and effective solutions for their similar concerns.
Thank you.

If you found this response helpful, please do like and accept the solution. Thanks!
Need support with Customizing your Shopify store?
Feel free to contact me at info@huptechweb.com or Visit our website Huptech Web.
Instant Shortcode Builder: Integrate customizable UI features anywhere in your store - No coding knowledge required