Viewing 2 replies - 1 through 2 (of 2 total)
  • Your theme only sets the previous and next page links as the standard <a> tag.

    In order to ONLY adjust the previous/next links, you would need to edit your core theme files to use a class (or ID) for those links.

    Something like <a class="previous"> and <a class="next">.

    Then, you could isolate only those links and style them via css. Like this:

    .previous {...}
    .next {...}

    Thread Starter fawkesblog2

    (@fawkesblog2)

    That worked beautifully, thank you Josh.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Style the "next" Previous" page links’ is closed to new replies.