Please provide a link to a page on your site where we can see this. Thanks.
The color for the page link that’s not (1) the current page and (2) not in the hover state is white, which is why you can’t see it.
a .pagelink {
color: #444;
}
should fix it
To add CSS:
- If you are using WordPress 4.7 or later, use the “Additional CSS” option in the customizer.
- If your theme has a custom CSS option, use that to add the CSS shown above.
- If not, install the plugin Simple Custom CSS.
Learn to use the Chrome Developer Tools to help you see and test changes to your CSS.
Hm didn’t work :/
Tried: .pagelink { color: #444;}
As well, all it did was to change the color of number “1” in the first page box. No other page box appeared.
That’s not the CSS I suggested. Please look again!
Sorry, also* tried. So tried both a .pagelink and .pagelink, also .a .pagelink.
Thanks
It looks liek all your CSS is inline. Disable WP Fastest Cache while working on this.
View post on imgur.com

I’ve cleared cache and disabled WP Faster Cache but i still can’t see any numbers. Also tried other browsers. What do you think I’ doing wrong?
Your theme seems to put all CSS inline. Try adding an “!important” before the semicolon on your custom CSS. Otherwise, please contact the developers of your theme.
Thanks a lot Steve! !important did the trick 😀