• Resolved alibilgeal

    (@alibilgeal)


    Hi there. I need to remove next post and previous post area below the post pages. Can you help me about this please? Thanks..

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author Template Sell

    (@templatesell)

    Hello @alibilgeal,
    Thank you so much for using our theme Polite.
    As we see there is no previous and next post below the page found. We believe that you removed it.

    For those who are looking for the similar solution, please add the below css codes on Appearance > Customize > Additional CSS,

    .single .post-navigation .nav-previous {
    display: none;
    }
    .single .post-navigation .nav-next {
    display: none;
    }

    Hope this works.

    For dedicated support, please contact us here. https://www.templatesell.com/contact-us/

    Thank you
    Template Sell

Viewing 1 replies (of 1 total)
  • The topic ‘How can i display next and previous post area?’ is closed to new replies.