• Does anyone know how to quickly remove the PREVIOUS and NEXT post links at the bottom of every post?

Viewing 2 replies - 1 through 2 (of 2 total)
  • If you are looking to remove the titles PREVIOUS and NEXT then try this

    .nav-subtitle {
    display: none;
    }

    If you want the whole lot removed, including the blog titles to the next and previous blogs try:

    .nav-subtitle, .post-navigation .nav-links {
    display: none;
    }
    Thread Starter mbmedia

    (@mbmedia)

    Thank you. The second suggestion worked like a charm!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove PREVIOUS and NEXT post links at bottom of posts’ is closed to new replies.