1. Dashboard >> Template >> Edit HTML
2. Search for [ Ctrl + F ]
</body>
3. Paste the following code just above it
<script type='text/javascript'>
window.setTimeout(function() {
document.body.className = document.body.className.replace('loading', '');
}, 10);
</script>
<center>Your Copyrights</center>
For Example
Copyrights ©. All rights reserved Ekkemspark of Iepov 2010-2011
4. Save template