How can I fix a header bug in my online store?

Hello, I am having an issue in my header. I have it as transparent, The problem is that i have a thin line white showing in the header both on mobile and desktop which also i am not able to take out. Absoloutley weird as i tried all functions and i am still not able to take it out.
SOLVED BY ABDO! :glowing_star:

Hi @suhuu , Go to dt-framework.css and add the following code :

div:not(#AccessibleNav) > .logo.text-center {
   
    border-bottom: none !important;
}

OOOOOOOOOOF!!! THAT WAS HELLA FAST!! W ABDO!!! IT WORKED! THANK YOU SO MUCH!!!

@suhuu , Glad I helped , feel free to contact me anytime if you need help.

It was so fast! very talented! thank you so much!