Hi, You can change this by excuting file “footer.php” and functions.php Remplace it by your own text.
Ex:
Step 1: Change these textes in file footer.php
<div class=”copyright col-lg-12″>
<span class=”pull-left”><?php printf( __( ‘Copyright © %s %s. Your right.’, ‘arcade-basic’), date( ‘Y’ ), ‘ ‘ . get_bloginfo( ‘name’ ) .’‘ ); ?> Mention légal</span>
<span class=”credit-link pull-right”><i class=”fa fa-copyright”></i><?php printf( __( ‘Réalisation %s par %s.’, ‘Your name’ ), BAVOTASAN_THEME_NAME, ‘Name of your site‘); ?></span>
Step 2: Open file functions.php, go to :
$bavotasan_theme_data = wp_get_theme( ‘:Your custom text here’ );
It’ll replace the text bavotasan.
Hope it helps ??