◥
Hi, I LOVE your neverland theme! I just had one question, the links on the bottom (return, ask, theme) is there any way i can get rid of those? I want to put them on the sidebar links instead. Thanks!
First, go to the html page and add this below the last custom link
<br>
{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}
Add also the links to return and the link to this blog.
Then delete this part:
<div id="div" style="position: fixed; padding:2px; border-right: 5px solid #000; line-height:12px; width:50px; z-index:2; left: 500px; top: 510px; background-color:white; color:black; font-size:15px; text-align:right ">
<a href='/'>Return? </a><br>
<a href='/ask'>Ask</a><br>
<a href='http://cinneria.tumblr.com'>Theme</a><br>
{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}
</div>
p.s.: DON’T delete the second div


