Skip to content

Instantly share code, notes, and snippets.

@w5d
Created June 13, 2015 15:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save w5d/78331cce7766613a3c12 to your computer and use it in GitHub Desktop.
Save w5d/78331cce7766613a3c12 to your computer and use it in GitHub Desktop.
Removing the Divi Header Bottom Border
/*Remove bottom border under logo and nav*/
#main-header{
-webkit-box-shadow:none !important;
-moz-box-shadow:none !important;
box-shadow:none !important;
}
REF - https://www.wpthemefaqs.com/removing-the-divi-header-bottom-border/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment