Comments Ijeoma started the conversationFebruary 9, 2021 at 8:53pmHow can I change the font size and color forthe "Show entries", the "Showing 1 to # " entries, the bottom header, and theSearch and Clear filter colors?[deleted] repliedFebruary 10, 2021 at 2:13pmHi IjeomaThank you for reaching out to us. You can change the font size and color using custom CSS code, but please note that the Search box will change together with the Show entries field.Here is the code you can use for thisShow entries:.dataTables_length {font-size: 20px;} .wpdt-c.wdt-skin-material label{ color: green !important; } Showing 1 to #:.dataTables_info { font-size: 20px !important; color: green;}I hope this helps, please don't hesitate to contact us if there is anything else we can assist you with.Ijeoma repliedFebruary 12, 2021 at 10:47pmThank you[deleted] repliedFebruary 17, 2021 at 9:52amHi IjeomaYou are most welcome. If there is anything else we can assist you with please feel free to open a new ticket, we are always happy to helpHave a wonderful day! Sign in to reply ...
How can I change the font size and color for
the "Show entries", the "Showing 1 to # " entries, the bottom header, and the
Search and Clear filter colors?
Hi Ijeoma
Thank you for reaching out to us.
You can change the font size and color using custom CSS code, but please note that the Search box will change together with the Show entries field.
Here is the code you can use for this
Show entries:
.dataTables_length {
font-size: 20px;
}
.wpdt-c.wdt-skin-material label{
color: green !important;
}
Showing 1 to #:
.dataTables_info {
font-size: 20px !important;
color: green;
}
I hope this helps, please don't hesitate to contact us if there is anything else we can assist you with.
Thank you
Hi Ijeoma
You are most welcome.
If there is anything else we can assist you with please feel free to open a new ticket, we are always happy to help
Have a wonderful day!