• This topic has 4 replies, 2 voices, and was last updated 9 years ago by 5er.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #55155
    5er
    Member

    Hi,

    how can I change colour and size of “<–Previous post” and “Next post –>” links at the bottom of post?
    And how can I change colour and size of “<–Older posts” and “Newer posts –>” links at the bottom of homepage? I would also like to translate it.

    thank you
    Peter

    #55189
    Sakin
    Keymaster

    @5er: For translation you need to create .po and .mo files using free software from poedit.net. Once you are done let me know and I will email you the details. We can also add this translation in core theme. You can see other language which our user have contributed in your theme languages directory.

    For color, you can change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:

    .paging-navigation a {
        color: #7c9b30;
    }
    .post-navigation a {
        color: #7c9b30;
    }
    #55511
    5er
    Member

    Thank you Sakin, I changed colour with CSS code, it works.

    But I’m stucked with translation. Not because of technical issues but because of more than 1500 terms that I don’t uderstand many of them. I gave up, sorry. Instead of translation I’m trying to use plugin for pagination (https://wordpress.org/plugins/wp-paginate/), but I don’t know which CSS lines should I replace, I assume they are in adventurous-template-tags.php. Any help apprechiated.

    Peter

    #55535
    Sakin
    Keymaster

    @5er: You can install WP-PageNavi plugin https://wordpress.org/plugins/wp-pagenavi/ instead of WP-Paginate. This is supported by Adventurous Theme by default. Just activate and use it.

    #55592
    5er
    Member

    Sakin, thank you very much!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Post navigation: Older/Newer posts’ is closed to new replies.