As previously announced via banners and our newsletters, support is no longer available through this platform.

For easier navigation, you can still click on "Submit a Ticket" here, choose the appropriate category, and you'll be redirected to the correct support channel for your plugin.

You can still access your previous tickets and browse public tickets, but please note that responding to tickets is no longer possible.

Paid customers: Please log in to your store account for support.

Pre-purchase questions: Use the support widget in the bottom-right corner of our websites:
https://wpamelia.com
https://wpdatatables.com
https://wpreportbuilder.com

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!