Hi,
thanks for your question, and sorry for the trouble.
Good question… I should probably remove that. From what I remember, it comes from the DataTables default CSS.
You can however still override that, by just using a more specific CSS selector and by also using the !important flag. Something like this should already work:
.dataTables_wrapper .dataTables_paginate a {
color: #ff0000 !important;
}
Regards,
Tobias
That works fine… thanks.
Great work, great support, donation inbound…
Hi,
no problem, you are very welcome! 🙂 Good to hear that this helped!
And thanks for the donation, I really appreciate it!
Best wishes,
Tobias
P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!