• How to Remove Previous and Next Link from a Blog Post?

    I tried lots of CSS from various thread, but none of those work for me. Need help to remove Previous and Next Link from Blog Post

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello there,

    The CSS you would need is:

    nav.navigation.post-navigation {
    display: none;
    }

    I hope this helps.

    Thread Starter helpbox99

    (@helpbox99)

    It finally worked! I’ve been stuck at it for half a day! Thank you so much for your help!

    • This reply was modified 3 years, 2 months ago by helpbox99.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove Previous/Next post button’ is closed to new replies.