Change the colour of the Page Numbers on Elegant Themes Extra Theme.

Add this custom CSS to the Custom CSS box. (the below will make the buttons black)

.page-numbers.current {
    background: #000000!important;
}