Having a sticky header transparent on top and normal onscroll for dawn theme

Hello,

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

My site : https://oren-shop.com/?_ab=0&_fd=0&_sc=1

pass : geutho

Thank you

@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 !!!

Hello Ujjaval,

Header is not transparent when at the top with your code.