Transparent Header

Solved

Transparent Header

flammagreg
Trailblazer
276 0 39

Hi guys, how can I make the header of my Taste theme website transparent? Any help is greatly appreciated!

 

Website: slushychallenge.com

Accepted Solution (1)

PageFly-Richard
Shopify Partner
4902 1102 1779

This is an accepted solution.

Hi @flammagreg 

 

This is Richard from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
sticky-header.header-wrapper {
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    right: 0
}

</style>

PageFlyRichard_0-1712113089525.png

 

Hope this can help you solve the issue 

 

Best regards,

Richard | PageFly

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


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


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

View solution in original post

Replies 4 (4)

AnneLuo
Shopify Partner
1292 227 262

You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the base.css file and modify the style code here

 

AnneLuo_0-1712109742959.png

 

Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

flammagreg
Trailblazer
276 0 39

It didn't work. Any other suggestions?

AnneLuo
Shopify Partner
1292 227 262

Your memu is now at the top and not floating. You can drag the scroll bar to see the effect.

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

PageFly-Richard
Shopify Partner
4902 1102 1779

This is an accepted solution.

Hi @flammagreg 

 

This is Richard from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
sticky-header.header-wrapper {
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    right: 0
}

</style>

PageFlyRichard_0-1712113089525.png

 

Hope this can help you solve the issue 

 

Best regards,

Richard | PageFly

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


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


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