Change the default copyright information

Home › Divi Code Snippet Library › 'Divi Footer' Snippets › 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)
.getFullYear() + " DEMO | DEMO: <a href='#' target='_blank'</a>DEMO " );
});
</script>