Archived topic
disable "older entries" link on front page
2 replies · Started by Gary on January 16, 2017
Viewing posts 1–3 of 3
I am trying to hide the "older entries"link on the from page of our website. I have tried custom CSS etc but to no avail. Any ideas?
Hi Gary,
Not too sure what you meant by older entries? Can you provide a link or take a screenshot?
Looks like you're using a plugin to display those posts.
This CSS should help:
.pfpNav {
display: none;
}
This archived topic is closed to new replies.