Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #177606
    Harrij
    Participant

    Hi, I need the CSS code to remove the Previous and Next text at the bottom of a blog post.

    Anybody knows ??

    #177612
    tikaram
    Keymaster

    @harrij: Please post in your site URL so that I can check for issues.

    Regards,
    Tikaram

    #177620
    Harrij
    Participant
    #177643
    tikaram
    Keymaster

    @harrij: Login to your WordPress Admin. Go to Appearance => Customize => Additional css and add the following css.

    .site-main .post-navigation {
    	display: none;
    }

    Let me know if you have any more issues.

    Regards,
    Tikaram

    #177650
    Harrij
    Participant

    Your solution was perfect. Thank you !

    .site-main .post-navigation {
    display: none;
    }

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Remove Previous and Next’ is closed to new replies.