Hello,
I bought your theme DW-FOCUS in themeforest. My user is jolona (if you need my license buyer of the theme do not hesitate to ask me and I will send you privately).
My problem is that I don´t know how to translate the words “Previous Post” and “Next Post” who appears down each post.
I have installed loco translate plugin but it doesn´t appears.
How could I do it?
Thanks for the answer,
Javier Olona
1 Answers
To resolve this issue, you can add the following code to the style.css file in your site:
.post-navigation .nav-links .nav-next:before {
content: "Previous";
}
.post-navigation .nav-links .nav-previous:before {
content: "Next";
}
Please login or Register to submit your answer