Remove "Load More Posts" Tab

  • I am really not a fan of infinite scrolling. I much prefer to have pages with definite ends. However when I disabled infinite scrolling, an extremely ugly “load more posts” tab is placed on the bottom. This tab can easily be removed with some CSS, which I have already done. But then there is nothing. There is no way for my viewers to read any of my older posts. Is there any way that I could get pagination back? Or is there a way I could at least alter the “load more posts” tab so it would be a simple blue link rather than an ugly grey square? I really don’t want to waste my time switching to wordpress.org for such a small detail.

    The blog I need help with is: (visible only to logged in users)

  • How about swapping the colors?

    #infinite-handle span:before,
    #infinite-handle span {
    	background: #fff;
    	border: none;
    	color: #333;
    }
  • The topic ‘Remove "Load More Posts" Tab’ is closed to new replies.