Hi Allan,
How can I change the padding and color of the text using bootstrap 5.
I tried the following codes, but they don't work.
/* change font in bottom */
div.dataTables_info {
font-family: 'courier';
padding: 3px;
color: white !important;
}
Regards!