This topic has 6 replies, 2 voices, and was last updated 4 years, 8 months ago ago by Rose Tyler
Hi,
Currently when scrolling down the posts, I have a “Loading more Post” message (infinite scrolling). Is it possible to change this to pagination? Clicking on next page to see posts?
Thanks,
Hello,
Theme Options > Blog layout > AJAX Infinite Posts Loading > Off.
Regards
Thanks but this only makes “Older Posts” and “Newer Posts” links appear.
In this case, can we make those look like the READ MORE button? They are barely visible those links.
Same colour, etc?
Cheers.
.articles-nav a {
font-family: "BaarPhilosBold-K7jl";
background-color: #553b8a;
color: white;
border-color: #553b8a;
text-transform: uppercase;
padding: 8px 20px;
}
.articles-nav a:hover {
background-color: #9680c1;
border-color: #9680c1;
}
Regards
Many thanks, this is perfect!
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up