Tripod - Remove arrow to previous / next post Ludovic I July 01, 2013 12:41 Updated Follow Could you please tell how to remove the arrow link to go to prev or next post ? Thanks a lot Comments 2 comments Sort by Date Votes Victor June 27, 2013 13:16 Hello, you can do it by adding to your custom css the following lines: #main .nav-previous, #main .nav-next { display:none; } 0 Permalink Ludovic I July 01, 2013 12:41 perfect, thanks :) 0 Permalink Please sign in to leave a comment.
Comments
2 comments
Hello,
you can do it by adding to your custom css the following lines:
#main .nav-previous, #main .nav-next {
display:none;
}
perfect, thanks :)
Please sign in to leave a comment.