Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #980236
    hyattcook1
    Participant

    Hi,

    I would love to change the ‘Next Page’ button to a darker color. This would make it much more visible against the white background.

    Also, could you provide me with the technical name for the ‘Next Page’ button.. I don’t know what to call it.

    Thank you for the continuous great support!

    #980296
    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Global CSS:

    .x-pagination a.prev-next {
        background-color: #000;
        color: #fff;
    }

    Hope it helps 🙂

    #980375
    hyattcook1
    Participant

    Hi,

    Thanks so much for the quick reply!

    This edits the button colors perfectly; however, is there any code to edit the very light grey border surrounding the buttons?

    Thanks again.

    #980729
    Rue Nel
    Moderator

    Hello Again,

    To change the colors of the page navigation, you can make use of this code,

    .x-pagination ul {
        background-color: #e5e5e5;
        border: solid 1px #000;
    }
    
    .x-pagination a, .x-pagination span {
        background-color: red;
        color: black;
    }
    
    .x-pagination a.prev-next {
        background-color: #000;
        color: #fff;
    }
    
    .x-pagination span.current {
        background-color: green;
        color: #fff;
    }

    Feel free to change the colors.

    #981042
    hyattcook1
    Participant

    Worked perfectly!

    Thanks so much!

    #981058
    Thai
    Moderator

    You’re most welcome 🙂

    If you need anything else please let us know.

  • <script> jQuery(function($){ $("#no-reply-980236 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>