logo swap effect

How to Create a Logo Swap Effect in Divi In this quick tutorial, I show you how to create a logo swap effect on your Divi site, just like the effect I currently have on mine. It’s a subtle, buy very cool way to add some spice to your Divi designs. My effect is a...

overlapping logo

How to Create an Overlapping Logo in Divi /*———-Overlapping Logo that Shrinks on Scroll———-*/   #et-info {     float: right; }   .et_fixed_nav #top-header {     position: fixed;     z-index: 9998!important; }   #logo {...

Overlapping text boxes

Our Courses Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Sed molestie, velit ut eleifend sollicitudin, neque orci tempor nulla, id sagittis nisi ante nec arcu. Web Development Duis egestas aliquet aliquet. Maecenas erat...

replacing home with icon

Replace home menu item with an icon Step 1 – Copy Your Icon Code Choose any icon from the ET Icon list. Step 2 – Add Code to Navigation Label in Menu The code will show up as a weird square symbol after you save but it’s ok. Keep it as is. Step 3 – Add Class to Menu...

sliding in menu button

}.home #main-header #et-top-navigation nav > ul > li:first-child > a { margin-right: 120px; transition: 1s ease all; opacity: 0;}.home #main-header.et-fixed-header #et-top-navigation nav > ul > li:first-child > a { margin-right: 0; opacity:...