Javier Olona Klunder
asked 8 years ago

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
DominicStaff
answered 8 years ago

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";
}
Powered by DW Question & Answer Pro