Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #85294
    jordon
    Member

    Hi, here is my site – http://donsphoto.com/blog/

    I just noticed the “older posts” link at the bottom of the post is there in the theme but has become the same color as the rest of the theme (and invisible to the users).

    Anyway to fix this?

    #85318
    Pratik
    Keymaster

    Hi @jordon,

    Your theme is Catch Box. And from the site, it looks like you are using Jetpack Infinite Scroll Feature. Maybe there is a conflict via a plugin that is adding some css to hide our CSS.

    To fix it, you can add following CSS code in Appearance=> Customize=> Theme Options => Custom CSS Styles box:

    
    /* Infinite Scroller */
    #content #infinite-handle {
        display: block;
        padding-bottom: 2em;
        text-align: center;
        width: 100%;
    }
    #content #infinite-handle span {
    	background: none transparent;
    	padding: 0;
    }
    #infinite-handle span button {
    	background-color: #444;
    	font-size: 14px;
    	padding: 10px 0;
    	width: 100%;
    }
    
    #infinite-handle span button:hover,
    #infinite-handle span button:focus {
    	background-color: #000;
    	font-size: 14px;
    	padding: 10px 0;
    }
    

    Let me know if this works or not.

    Regards,
    Pratik

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Older Post disappeared in theme update’ is closed to new replies.