Tagged: footer
- This topic has 1 reply, 2 voices, and was last updated 8 years, 9 months ago by Pratik.
Viewing 2 posts - 1 through 2 (of 2 total)
-
AuthorPosts
-
February 13, 2016 at 12:52 am #85294jordonMember
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?
February 13, 2016 at 7:52 am #85318PratikParticipantHi @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 -
AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)
- The topic ‘Older Post disappeared in theme update’ is closed to new replies.