• Hi,

    On the POSTS only, I want to remove the PREVIOUS and NEXT post links. This includes the black boxes with the white post titles and below the boxes, the written post titles. I tried this custom css but it didn’t work:

    }
    .nav-previous {
    display: none;
    }
    .nav-next {
    display: none;
    }

    Thanks!

    Patricia

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

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove Previous/Next post links’ is closed to new replies.