If you need to hide the main header on a single post in the Divi theme, here's how to do it.
1. Open the Post settings
2. Switch to the "Advanced" tab
3. Enter the following Custom CSS:
#main-header {
display: none;
}
#page-container {
padding-top: 0 !important;
}
Here's a screenshot showing the location of the per-post Custom CSS box:
0 Comments