• Hello again! I was wondering if there was any way to change the color of the Older Posts and Newer Posts buttons? I was just wanting to make them almost white with darker text inside. Thanks!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Moderator Kathryn Presner

    (@zoonini)

    @sbbn – sure, you can give something like this a try, adjusting the colour codes as you like:

    /* Change background and text colour on posts navigation */
    .nav-links a {
      background-color: #ffffff;
      color: #000000;
    }
    /* Change background colour on hover */
    .nav-links a:hover {
      background-color: #e8e8e8 ;
      color: #000000;
    }

    Add this to your existing custom CSS – let me know how it goes.

Viewing 1 replies (of 1 total)
  • The topic ‘How to change color of Older Posts and Newer Posts buttons on Dyad 2’ is closed to new replies.