I tried all code changes but this thing is just not working. I don’t know why but we do not have the same files in the code as before.
Could you help figure out a way for having a sticky header, transparent on top and on scroll it changes to normal just like this site https://mnmal.shop/collections/iconic
@Chabax
Put below code into your base.css file
online store->Themes->Edit code->base.css
.header-wrapper {
position: fixed;
width: 100%;
background-color: black !important;
}
Hope it will be work for you . If you have question regarding of it then feel free to ask.
Check it out here in my screenshot : https://nimb.ws/zVRfxU
Thanks !!!