How to make header stay at the top and not scroll down

How do i get my header to stay at the top and not scroll with the page, also how to remove photo from header background and make it all white.

Thanks

Hi @winandco

Could your drop your store link here to check?

www.winnieandco.co.nz<>
Winnie and Co<>
Winnie and Co
www.winnieandco.co.nz

Piper

Go to your Online store > Themes > Edit code > open theme.liquid file, find and remove this code

.header {
  position: fixed;
  top: 40px;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: background-color 0.3s ease;
}