Could you tell me or change “previous post” – “Next post” because I do not see anywhere in the dw-focus.pot file
1 Answers
You can add the following code to the style.css file:
.post-navigation .nav-links .nav-previous:before {
content: "article précédent" !important;
}
.post-navigation .nav-links .nav-next:before {
content: "article suivant" !important;
}
impeccable
Thank you for your help
Please login or Register to submit your answer