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
Hello,
I would like to get rid of the previous post link [ Hallo Haan 4. 3. 2015 ] on my website:
http://www.wirsindhaan.de/ausstellungsfotos-fotogruppe-2/
How can I do this?
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.
