Skip to content

Blog \ Divi \ How to Remove Divi Header Shadow

How to Remove Divi Header Shadow

Published By :Mudassar Shakeel Updated On : July 12, 2025 Divi
πŸ“Œ Summarize this content with AI
ChatGPT Grok Google AI Perplexity Claude

Divi Theme users always see Divi header shadow. Sometimes look nice but sometimes the user does not want a shadow in the Divi header. So, today we will show you how to remove Divi Header Shadow.

You Might Also Like: Free Divi Header Layout

Remove Divi Header Shadow

We create a snippet for this. You just need to copy a snippet and add it to the website. Make sure you follow all steps.

Step 1: Copy below CSS Code

#main-header {
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.0) !important;
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,.0) !important;
    box-shadow: 0 1px 0 rgba(0,0,0,.0) !important;
}

#main-header.et-fixed-header {
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.0) !important;
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,.0) !important;
    box-shadow: 0 1px 0 rgba(0,0,0,.0) !important;
}

Step 2: Go to Divi > Theme Options > Custom CSS > Paste It > Click on Save Changes

How to Remove Divi Header Shadow

I hope you fix this issue with the above step but if you still need help then comment below or check out our Divi services from the below link.

You Might Also Like to Hire: Divi Theme Expert

See also  How to Add Google API Key in Divi

© 2026 Mc Starters Blog | Mudassar Shakeel | Affiliate DisclosureΒ 

Available for new projects

I build and fix websites that help you get clients.

Chat Now
Scroll to top