How to remove Previous Post and Next Post at the bottom part of a page

  • Unknown's avatar

    Hello, I am using Independent Publisher theme 2. I somehow checked other related topics and used the codes like;

    `.site-content .nav-single {
    display: none;
    } ‘

    but it didn’t work.
    I am already on premium.
    Thanks for your help :)

    The blog I need help with is onessalon.wordpress.com.

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

  • Hey @tatin05!

    Great job looking through the related topics before posting a new thread. I took a look at your site and I believe the CSS you will want to try is this:

    .post-navigation .nav-links {
        visibility: hidden;

    You can also use display: none; both versions worked for me when I tested it out. Let me know if you need any help putting that code in your CSS.

    Cheers!

    Tony

  • Unknown's avatar

    Hello, Tony!

    It worked :) Thank you!
    This is much appreciated.

  • The topic ‘How to remove Previous Post and Next Post at the bottom part of a page’ is closed to new replies.