• Hey,

    I’m trying to change the colours of the buttons on my site (Carfeed.co.uk) to move to the next/previous post to fit the theme, as they’re currently green, but I’m not sure how to do this.

    Any help with this (as well as the submit comment button) would be appreciated.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • try to add this, possibly via a the ‘additional CSS’ section in the ‘appearance – customize’ section in wp4.7:

    .post-navigation .nav-previous, .post-navigation .nav-next, 
    .posts-navigation .nav-previous, .posts-navigation .nav-next, 
    .form-submit #submit, .button-green, 
    .widget_wysija_cont .wysija-submit
    {
      background-color: #000;
    }
    .post-navigation .nav-previous:hover, .post-navigation .nav-previous:focus, .post-navigation .nav-next:hover, .post-navigation .nav-next:focus, 
    .posts-navigation .nav-previous:hover, .posts-navigation .nav-previous:focus, .posts-navigation .nav-next:hover, .posts-navigation .nav-next:focus, 
    .form-submit #submit:hover, #searchsubmit:hover, .button:hover, .form-submit #submit:focus, #searchsubmit:focus, .button:focus, 
    .widget_wysija_cont .wysija-submit:hover, .widget_wysija_cont .wysija-submit:focus 
    {
      background-color: #b28645;
    }
    Thread Starter ryhirons

    (@ryhirons)

    That has worked, thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing previous/next article button colour’ is closed to new replies.