To add Copyright on Footer
To add Copyright symbol on Footer
Go to Layout -> Edit HTMLSearch for Footer wrapper...something like given below,
<div id='footer-wrapper'>
<b:section class='footer' id='footer'/>
After finding Footer-wrapper,insert the below tags and your desired content
<p> <center> Content Copyright © 2016 by jesse. All rights reserved.</center></p>
for copyright symbol use UNICODE ©=©=©
So the final code should be like this:
<div id='footer-wrapper'>
<b:section class='footer' id='footer'/>
<p> <center> Content Copyright© 2016 by jesse. All rights reserved.</center> </p>
</div>
No comments:
Post a Comment
I'm Looking Forward To Hearing From you