Next Page Buttons

Hello,
Sorry to bother you, but I cannot seem to figure out how to change the colours of the “next page” buttons at the bottom of my blog post screen. I would really like them to match my existing colour scheme.

Hello there,

I hope you are doing well today.

You can use the following CSS code to change the pagination color by going to Appearance > Customize > Additional CSS and pasting it there.

/*Pagination color*/
.pagination span {
    background: #000;
    border-color: #000;
}

/*Pagination hover color*/
.pagination a:hover, .pagination .active a, .pagination .active:hover a {
    background: #002255;
    color: #fff;
    border-color: #002255;
}

Best Regards,
Support

Oh wow! Thank you so much. Every problem is answered in such a timely manner and always with the correct solution. I am very grateful!

Cheers
Nick