Okay
  Public Ticket #2686712
Display setting
Closed

Comments

  • Ijeoma started the conversation

    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?

  • [deleted] replied

    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.

  • Ijeoma replied

    Thank you

  • [deleted] replied

    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 helpsmile.png

    Have a wonderful day!