Change the Height of the Divi Header

To change the background color in the Divi Theme, you can do so by adding CSS to Divi, like so: @media only screen and ( min-width:981px ) { #main-header { min-height: 150px !important; } /* normal */ #main-header.et-fixed-header { min-height: 250px !important; } /*...
Show Divi Header Menu Button on Large Screens

Show Divi Header Menu Button on Large Screens

The Divi Theme has a neat little menu button which appears on small-screened devices (mobiles, etc). If you find yourself wishing that you could have the menu button on all screen sizes (and get hide the menu links), here’s how to do it – just add the following CSS to...