How do I set my header to non sticky with transparent header - Dawn theme

Solved

How do I set my header to non sticky with transparent header - Dawn theme

BioDraft
Tourist
18 0 2

Hi! We've been trying to set header to non-sticky, but it doesn't seem like it doesn't want to work. Here's our page: https://serialnil.lol/

Accepted Solution (1)

Raj-WebDesigne
Shopify Partner
60 16 14

This is an accepted solution.

Add This Css in your Base.css File

.header-wrapper {
    position: absolute !important;
}

If you require further help to optimize your store, please don’t hesitate to reach out.


This contribution will always benefit you and you will get my full help easily and you can contact me easily.


Your Willpower Contribution Link

:- Contribution

Contect On My Mail :-Mail@gmail.com


View solution in original post

Replies 4 (4)

Raj-WebDesigne
Shopify Partner
60 16 14

This is an accepted solution.

Add This Css in your Base.css File

.header-wrapper {
    position: absolute !important;
}

If you require further help to optimize your store, please don’t hesitate to reach out.


This contribution will always benefit you and you will get my full help easily and you can contact me easily.


Your Willpower Contribution Link

:- Contribution

Contect On My Mail :-Mail@gmail.com


PageFly-Noah
Shopify Partner
1317 233 281

This is Noah from PageFly - Shopify Page Builder App

 

Please add code here to fix it:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file theme.liquid
Step 3: Add code above the tag </head>

 

<style>
.header-wrapper{
   position: relative !important;
}
.shopify-section-template--21429647114583__custom_liquid_ytMRd7{
  margin-top: -84px !important;
}
</style>

 

Hope my solution will help you resolve the issue.

 

Best regards,

Noah | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

BioDraft
Tourist
18 0 2

That did not work at all unfortunately. Take a look at https://serialnil.lol.

PageFly-Noah
Shopify Partner
1317 233 281

Hi @BioDraft  I have see Raj-WebDesigne help you this issue , Iam sorry for delay.

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.