by dan | Dec 29, 2020 | Divi
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; }...
by dan | Sep 13, 2019 | Divi
Here's how to add a simple border round the main menu links in the Divi Theme's primary header. The menu links in the Divi main header can be a bit tricky to style when it comes to borders. The reason for this is that Divi applies padding to the bottom of the links to...