Home Forums Free Themes Signify Education Remove links to ‘previous post’ and ‘next post’

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #150967
    epn
    Participant

    Hi, I need to remove the links to previous post and next post from my pages because they don’t make sense for my website. How do I do this?

    #150972
    Psink
    Keymaster

    Hello epn

    Add this css to remove post navigation from the pages

    
    .post-navigation {
        display: none;
    }
    

    Regards,

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.