Hi,
thanks for the question.
Ah, yes, that makes sense for a table on black background. Please add this to the “Custom CSS” textarea:
.dataTables_paginate a {
color: #bbddaa !important;
}
That will make that text the same color as the other labels.
Regards,
Tobias
thank you,
it’s ok
cordially
Gerard
Hi,
great! Thanks for the confirmation!
Best wishes,
Tobias
P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!
Hy Tobias,
I would need also your help on the pagination buttons coloring. I need: not to have underlined the page numbers and to set a specific color for the active page number button, which is blue at the moment.
See: https://www.theautoexperience.ro/glosar/
Passw: test
Can you please advise?
Thank you in advance,
Robert
Hi Robert,
thanks for your question.
I would suggest this “Custom CSS”:
.paging_full_numbers a {
text-decoration: none;
}
.paging_full_numbers a:hover {
font-weight: normal !important;
}
.paging_full_numbers .paginate_active {
background-color: #ff0000;
}
Regards,
Tobias
Thank you Tobias, you were quick as always. You have the best support I experienced so far.
How about to change the active page number text color in the same time?
Thank you,
Robert
Hi Robert,
thanks! 🙂 That’s good to hear.
To also change the text color, just use
.paging_full_numbers .paginate_active {
background-color: #ff0000;
color: #00ff00 !important;
}
Regards,
Tobias
Thank you, you are the best!! Be sure you will have donations from my side.
Regards,
Robert
Hi,
no problem, you are very welcome! 🙂 Good to hear that this helped!
And thanks for wanting to donate, I really appreciate it!
Best wishes,
Tobias