Centre the copyright information

To centre the copyright information: #footer-info, #footer-info a { float:none; text-align:center; } or, #footer-info { width: 100%; margin:0 auto; text-align: center !important; } @media only screen and (min-width: 980px) { #footer-bottom .et-social-icons {...

Open social media links in new window

To open social media links in new window, paste into divi theme options/integration/body: <script type="text/javascript"> jQuery(document).ready(function(){ jQuery(".et-social-icon a").attr('target', '_blank'); });...

Collapse a nested menu on the mobile menu hamburger

To collapse a nested menu on the mobile menu hamburger, paste into divi theme options/integration/body: <style> .et_mobile_menu .menu-item-has-children > a { background-color: transparent; } #main-header .et_mobile_menu li ul.sub-menu.hide { display: none...

Change the default copyright information

To change the default copyright information, paste into divi theme options/integration/body: <script type="text/javascript"> jQuery(document).ready( function($) { $("#footer-info").html(" Copyright &copy; " + (new Date)...