// Customize the site footer text.
add_filter( 'genesis_footer_creds_text', 'site_footer_text' );
function site_footer_text( $text ) {
?>
<p> © 2018-<?php echo date("Y"); ?> <a href="<?php echo get_home_url(); ?>">ADVANCE REMOVALS</a> · All Rights Reserved · Crafted with <i class="heart fa fa-heart" style="color:red;"></i> By <a href="https://geckografix.guru">GECKOGRAFIX</a> · <a href="<?php echo get_home_url(); ?>/wp-admin"><i class="fa fa-user"></i></a>· <a href="<?php echo get_home_url(); ?>/webmail"><i class="fa fa-envelope-o"></i></a></p>
<?php
}