March 13, 2022 at 6:21 pm
#97856
Theme Horse Support Team
Keymaster
Hi m.peiranodg,
Yes, the latest posts are shown as default so it’s showing Previous first. Please go to ‘Appearance > Customize > Additional CSS’ and Paste the below Customize CSS code. We have changed the text ‘Previous to ‘Next and ‘Next to ‘Previous’ for you.
.nav-links .nav-previous a,
.nav-links .nav-next a {
font-size: 0;
}
.nav-links .nav-previous a:before,
.nav-links .nav-next a:before {
font-size: 14px;
}
.nav-links .nav-previous a:before {
content: "Next";
}
.nav-links .nav-next a:before {
content: "Previous";
}
Thanks