Blogging

What we need to find quickly

3D Image pop out

Blurb module. It makes the whole module looks three-dimensional with a shadow around it when you hover over it. Just set the css-class .start_image to the Blurb module and give it the same padding as you have on the css effect, in this case 10px. .start_image:hover {...

Switch the main and top header bars

.et_fixed_nav #main-header,.et_fixed_nav #main-header { position:fixed; } .et_fixed_nav #main-header,.et_fixed_nav #top-header { position:fixed; } body.et_fixed_nav.et_secondary_nav_enabled #main-header { height:81px; top:0!important; }...

Divi Blog Sites

http://divisoup.com/ http://www.elegantthemes.com/blog/tips-tricks/9-useful-divi-css-snippets-you-can-add-to-epanel-in-seconds

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...