How to remove header line/ bottom border in Divi?

by Nov 11, 2019DIVI

Most of the divi users get this problem, some want to have divi header line and some don’t.

Most of the new divi users ask how to remove the Divi Header Bottom Border.?

Here is the simple solution for that, this simple CSS code, you just have to paste in custom CSS section in DIVI THEME OPTION section.

header#main-header.et-fixed-header, #main-header{
-webkit-box-shadow:none !important;
-moz-box-shadow:none !important;
box-shadow:none !important;
}

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *