The Divi Theme header area is separated from the content by a thin grey line at the bottom of the header. The "border" at the bottom of the header bar is not actually a border, but a thin shadow. If you'd like to remove this line from the header bar, you can use the following CSS:
header#main-header.et-fixed-header, #main-header{ -webkit-box-shadow:none !important; -moz-box-shadow:none !important; box-shadow:none !important; }
Alternatively, Divi Booster has an option to hide the Divi Header bottom border. You'll find it on the settings page under "Header > Main Header > Hide header bottom border".
Thank you so much for this! It worked like a charm! 🙂
Glad it helped, Norm!
Really, really helpful. Thank you so much
🙂
Thanks a lot. Exactly what I was looking for.
You're welcome, Alexey!
Thanks, it is working fine man
Thanks man, perfect!