Animated Button in Menu

Add code to header.php1. Open header.php file located in your child theme folder.* If you do not have header.php file in you child theme folder, then copy it from parent Divi theme and paste to your child theme folder.2. Add the following code...

Add Button to Menu

How to Create a Call To Action Button for the Menu /*—————Menu CTA Button—————*/   #top-menu li a:hover {opacity: 1!important;}               .menu-cta a {     border: 2px solid #ffffff4f!important;...

how to highlite menu items on 1 page

R43: How to Highlight Active Links on Scroll and Click for One Page Divi Websites Next, open up the first section of your first content area, click the Advanced tab and in the CSS ID field, add the same unique name you used in the URL field for the custom link in your...

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