Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #144981
    effess
    Participant

    Can you please give me direction how to remove the “older posts” link on the home page (Catch Kathmandu Pro)? So far I’ve tried CSS: .main-pagination { display: none!important; } and clearing the cache. http://www.rebecca-rosenberg.com/ Thank you.

    #145004
    Skandha
    Participant

    @effess: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    body.home .nav-previous {
    	display:none;
    }

    Let me know if this works out.
    Kind Regards,
    Skandha

    #145029
    effess
    Participant

    Great. Thank you!

    #145048
    Skandha
    Participant

    @effess: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/catch-kathmandu/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help,
    don’t hesitate to let me know. Have a good day!

    Kind Regards,
    Skandha

    #145184
    effess
    Participant

    Happy to.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘how to remove "older posts" on home page?’ is closed to new replies.