Hey guys!
I need help, i made my header transparent on my home page and i want it to sticky on scroll up, when i put “on scroll up” settings it becomes sticky always!
Hi @Drews1k ,
If you want to create a transparent sticky header on scroll, follow these steps:
- Go to Online Store → Themes → Edit Code
- Search for the file base.css
- Paste the code at the bottom of the file
.scrolled-past-header .header-wrapper{
background-color: transparent !important;
}
Note: This scenario works only with the Dawn theme.
Doesn’t work for me, i’m using Sense theme, maybe i can share my url with you and you can check it? I need sticky header “on scroll on” on my home page
Please share the URL of the website.
https://f35b35-f9.myshopify.com/
Pass- 2633
Can you also help me with transparent header and announcement bat?
If your sense theme here follows the steps above:
- Go to Online Store → Themes → Customize.
- Go to Header, find the Sticky Header option, select “Always,” reduce the logo size, and save.
3. Go to Online Store → Themes → Edit Code.
-
Search for the file base.css.
-
Paste the code at the bottom of the file.
.scrolled-past-header .header-wrapper{
background-color: transparent !important;
}
Sure, for further assistance, please reach out to us at info@devmontdigital.io.
