• Hi Colormag-Support-team,
    my client wants me to update the navigation function so that previous and next changed the position on the website from left to right and vice versa.
    At the end of the shown blog posts there should be a “previous” on the right side of the page (which is now on the left side) and a “next” on the left side of the page (which is now on the right side)…

    BTW: how can I change the text “previous” and “next” on the side? Maybe for the client another wording makes much more sense like “new articles” and “old articles”.

    THX, Robert

Viewing 1 replies (of 1 total)
  • Hey @clerixx ,

    We appreciate you writing in,

    Could you please try using the CSS below by going to Appearance > Customize > Additional CSS and check your site?

    .default-wp-page .previous {
        float: right;
    }
    .default-wp-page .next {
        float: left;
    } 

    Do let me know if your requirement is something else. Similarly, you can install the Loco Translate Plugin or Polylang to change the “previous” and “next” text without changing anything on code ??

    Regards,
    ThemeGrill Support Team

Viewing 1 replies (of 1 total)
  • The topic ‘Edit navigation.php with previous and next function’ is closed to new replies.