Select Page
How to remove DIVI header shadow line

How to remove DIVI header shadow line

Divi Theme header has a small grey line at the bottom that divided the main menu from the content. This “shadow” at the bottom of the header can be removed, just use the following CSS: #main-header { box-shadow: none !important; } If you want to remove the...