Hey folks!
The announcement bar is in front of my header every time I scroll past it (both in mobile and desktop):
How can I place the header in front of the announcement bar?
My theme is Stiletto and my website is: https://vsa0oqnbhrloapy0-60150284501.shopifypreview.com
I would really appreciate some help
2 Likes
Moeed
2
Hey @martujv
Follow these Steps:
-
Go to Online Store
-
Edit Code
-
Find theme.liquid file
-
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, donβt forget to Like it and Mark it as Solution!
Best Regards,
Moeed
1 Like
Hi @martujv
You can solve it by adding this code to Custom CSS in Online Store > Themes > Customize > Theme settings
#shopify-section-sections--24317362667859__header { z-index: 511 !important; }
1 Like