Sticky Header not sticking

hi,

The sticky header has stopped sticking on this site https://fantasticphotosprague.com/

I tried the custom CSS I found in another post https://colorlibsupport.com/t/after-logo-resized-sticky-header-not-working/

That CSS works and the header sticks OK, but the background becomes transparent. I need the header background color to stay white. Does anyone know what I need to add to this custom CSS to keep the header background color white?

header#masthead {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 99999;
}

Thank you!

hey there

Hope you are having a good day and thank you for your question
Please add this CSSĀ in appearance - customize - additional CSS

header#masthead {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 99999;
background:white
}

Thanks!
Colorlib Support Team

Thank you! It works fine.

Doug

I will close this case now, Feel free to contact us again if you have other questions Thanks!