Viewing 3 replies - 1 through 3 (of 3 total)
  • Unless your theme has some settings to change the color you could override the .nav-link a class with CSS.

    Like so:

    .nav-link a {
      background: white;
      box-shadow: none;
    }

    If you want the button itself to be white then you might need to change the text color to something darker though.

    Thread Starter rnarian

    (@rnarian)

    Thanks Eva. That worked perfectly :).

    Glad to hear it 🙂 Good luck with your site!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Post Navigation Green Buttons’ is closed to new replies.