[Support request] translation question, ‘previous’and ‘next’

Home Forums Support [Support request] translation question, ‘previous’and ‘next’

Home Forums Support translation question, ‘previous’and ‘next’

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1401981
    Adwin

    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.

    #1402300
    David
    Staff
    Customer Support

    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>

    #1402393
    Adwin

    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?

    #1402659
    David
    Staff
    Customer Support

    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;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.