We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

I want my utility bar and announcement bar showing during scroll

Solved

I want my utility bar and announcement bar showing during scroll

AnneP96
Excursionist
33 0 5

Hello everyone,

 

I would like my utility bar and announcement bar to stay present while scrolling, just like my menu is now. 

So I would like the whole header to still be seen while scrolling the website. 

Anyone knows how to do that? 

 

Website: https://the-lena.studio/

Pw: VintageHandmade9624!

 

Thank you!

Accepted Solution (1)

PageFly-Richard
Shopify Partner
5011 1120 1806

This is an accepted solution.

Hi @AnneP96 

 

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>
.shopify-section.announcement-bar-section{
position: sticky;
top:0;
}

</style>

 

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

Reply 1 (1)

PageFly-Richard
Shopify Partner
5011 1120 1806

This is an accepted solution.

Hi @AnneP96 

 

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>
.shopify-section.announcement-bar-section{
position: sticky;
top:0;
}

</style>

 

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.