can you provide this issue via screenshot?
HERES THE SCREENSHOT
THANKS FOR ANY ASSISTANCE..
My best bet is the link is hard coded in your themes footer.php.
If you login to your webserver and edit the actual file called footer.php in your theme you will probably find the code below:
You can safely delete that part (or just the anchor link inside the paragraph).
You will find footer.php in 'public_html/packages/bootstrap/elements/'
If you login to your webserver and edit the actual file called footer.php in your theme you will probably find the code below:
<p class="pull-right"> <a href="#">Back to top</a> </p>
You can safely delete that part (or just the anchor link inside the paragraph).
You will find footer.php in 'public_html/packages/bootstrap/elements/'
thanks!