• Closed
  • Lee Wilson
    Spectator
    January 13, 2016 at 6:11 am #23535

    On the archives/article pages that show excerpts to my site’s posts, there is a tiny link at the bottom that says, “Older Entries.”

    I’d like to make it larger, a more visible color and have it say, “More Articles.” How can I do that?

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    January 13, 2016 at 2:54 pm #23542

    Hi,

    Use the following in Theme options -> Custom CSS

    .navigation-links a {
    font-size: 20px !important;
    color:#000 !important;
    }

    To change the words, you need to use a translation plugin.

    Loco Translate

    Thank you

    Lee Wilson
    Spectator
    Posts: 8
    February 17, 2016 at 2:49 am #24380

    For some reason…now this is showing with just a “>” on the page. It doesn’t say “Older Entries” or anything. See at http://www.marriagehelper.com/articles/

    Thanks for any help.

    Denzel Chia
    Moderator
    Posts: 2656
    February 18, 2016 at 12:28 am #24396

    Hi,

    There is a plugin setting the font size to 0 which is why you cannot see the text.

    Please use the following in Theme Options -> Custom CSS

    .page-navigation .nav-previous a {
    font-size: 15px !important;
    }

    This is the result.

    Thank you

    Lee Wilson
    Spectator
    Posts: 8
    March 18, 2016 at 7:28 pm #25630

    Thank you, but how would I use the translation plugin to do this?

    Denzel Chia
    Moderator
    Posts: 2656
    March 19, 2016 at 8:09 am #25652

    Hi,

    For translation, you can use this application. https://poedit.net/
    update the strings before you start translating.

    https://make.wordpress.org/polyglots/handbook/tools/poedit/

    Thank you