Archived topic
translation question, 'previous'and 'next'
3 replies · Started by Adwin on August 13, 2020
At the end of an article you can go to the next or to the previous article, txt is inside the pictures..I cannot find where I can I can translate them in my own language.
Hi there,
in Appearance > Elements edit the Custom Post Navigation element.
Look for the two lines containing those words and update accordingly.
They are:
<div class="post-nav"><?php _e( 'Previous', 'generatepress' ); ?></div>
and
<div class="post-nav"><?php _e( 'Next', 'generatepress' ); ?></div>
Thanks, I changed the RBG coloro in this location to change background color behind words previous and next.....But that does not work,,,do you know how?
The label colors are set in Customizer > Additional CSS:
.post-nav {
padding: 6px 12px;
border-radius: 3px;
font-size: 0.7em;
text-transform: uppercase;
background-color: #ff1956;
color: #fff !important;
}