• Hi, I’m using Evolve and I’d like to change the “Older Entries” link at the bottom of the archives page. I’d like to make it larger, change the color and reword it. How would I do that?

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there,

    Thanks for writing in!

    In regard to change the color, size and wordings of ‘older entries’ into your blog; please add the following code under Appearance > Customize > Custom CSS:

    .page-navigation .nav-previous a {
        font-size: 0px !important;
    }
    
    .page-navigation .nav-previous a:before {
        content: "Previous Entries";
        font-size: 23px;
        color: #1d6e72;
    }

    Change the values of color, font-size and content as per desire.

    Hope this helps!

    Thanks.

    Thread Starter thundersbe

    (@thundersbe)

    Thank you, but is there an easy way to change the text “Old Entries” to “More Articles”?

    Hi There,

    Currently, this is the only mean to provide assistance. Though, you may consult with a developer who can get this done for you. Meanwhile, if you’d prefer going with the above then please change the

    content: “Previous Entries”;

    to this:

    content: “More Articles”;

    into the provided code.

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changing Wording and Style of "Older Entries"’ is closed to new replies.