Hi,
Thank you for reaching out to us.
The feature to change the “Next” and “Previous” text is available in the pro version of our theme. You can refer to the help documentation below for guidance on how to adjust the next and previous text to suit your needs:
You can translate next and previous text in your own language. refer to the help docs link.
If you want to hide next and previous text add the below css code inside the Customizer >> additional css box.
.spnc-single-post .spnc-pagination-single .spnc-post-previous .spnc-post-content a {
display: none;
}
.spnc-single-post .spnc-pagination-single .spnc-post-next .spnc-post-content a {
display: none;
}
Please feel free to reach out if you have any further questions.
Thanks & Regards,
Newsbloger Support Team