Site logo

Archived topic

How can I "delete" prevoiuos_post link?

3 replies · Started by Juergen B. on July 5, 2015

Viewing posts 1–4 of 4

This CSS should do the trick:

.nav-previous {
      display: none;
}

If you want to get rid of the next and previous links:

.post-navigation {
      display: none;
}

THX. I already supected taht the answer would be strucking simple.
But you know: CSS dummies like me …
X-{

Glad I could help! :)

This archived topic is closed to new replies.