back to top tab

Permalink
How do I remove the back to top tab from concrete 5?

 
ssrgspdkt replied on at Permalink Reply
ssrgspdkt
can you provide this issue via screenshot?
justinparker replied on at Permalink Reply 1 Attachment
HERES THE SCREENSHOT
justinparker replied on at Permalink Reply
THANKS FOR ANY ASSISTANCE..
adajad replied on at Permalink Best Answer Reply
adajad
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:
<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/'
justinparker replied on at Permalink Reply
thanks!