I have the same issue too. cant seem to remove the copyright text
@NullMaster @Tomz PLEASE any help where i can change
the footer copyright text will be greatly appreciated . thanks
The copyright text is located in a file called "header-mobile.php" it finds in the folder "zonex/templates/header-mobile.php"
<? php if($copyright_text) {?>
<div class= "copyright-text"><? php echo esc_attr( $copyright_text); ?></div>
<?php } ?>
And you can safely delete them
you can also delete these 3 lines in files along the way:
zonex\templates\headers\header-style-06.php
zonex\templates\headers\header-style-07.php
Delete it exactly:
< ? PHP if($copyright_text) {? >
<div class= "copyright-text"><? PHP Echo esc_attr( $copyright_text);?>< / div>
<?in PHP } ?>