Hi @hazy23
The grey line is actually the header bottom border. You can disable it from the Appearance > Customize > Header > General > Bottom Border setting.
Thread Starter
hazy23
(@hazy23)
The border bottom is off also the bottom border color is white
It seems you have added custom CSS for header border. Try to remove this code and border will not appear.
header#site-header {
border-bottom: 1px solid #f1f1f1 !important;
}