Archived topic
Adding CSS in Dispatch
3 replies · Started by Noé on July 3, 2020
Viewing posts 1–4 of 4
How do I change the words "Previous-Next" to spanish "Anterior-Proximo" adding CSS in Dispatch?
Thanks!
Hi there,
They should translate - or you can go to Appearance > Elements and edit the Custom Post Navigation.
You will see the two lines that need changing:
<div class="post-nav"><?php _e( 'Previous', 'generatepress' ); ?></div>
<div class="post-nav"><?php _e( 'Next', 'generatepress' ); ?></div>
Yes!
Thank you, David.
You're welcome
This archived topic is closed to new replies.