How to eliminate the thin white line under my header?

There is a thin white line under my header that I would like removed

InkedScreenshot (43).jpg

@PageFly-Victor

Hey @GeorgeRizos ,
Welcome to the Shopify community!
Please share your store URL.
So that I will check and let you know the exact solution here.
Thank you.
Raman!

hi @ReturnPrime , thanks for replying

my url is: https://thesnoozy.com/

password is:123

You can follow the instruction below:
Go to Online Store->Theme->Edit code->base.css->paste bellow code in bottom of file.

.header-wrapper {
  background: transparent !important;
}

If you feel like my answer is helpful, please Like and mark it as a solution**.** Let me know if you have any further questions.
Thank you!
Raman

Thanks @ReturnPrime that did it! Can you help me removing this too?

It seems, css is written outside style tag.
Please check footer.liquid code, and wrap it like this