We're Moving to a New Support Platform – Starting June 1st!

We’re excited to let you know that starting June 1st, we’ll be transitioning to a new support system that will be available directly on our product websites – Amelia, wpDataTables, and Report Builder. In fact, the new support platform is already live for Amelia and wpDataTables, and we encourage you to reach out to us there.

You'll always be able to reach us through a widget in the bottom right corner of each website, where you can ask questions, report issues, or simply get assistance.

While we still do not offer live support, a new advanced, AI-powered assistant, trained on our documentation, use cases, and real conversations with our team, is there to help with basic to intermediate questions in no time.

We're doing our best to make this transition smooth and hassle-free. After June 1st, this current support website will redirect you to the new "Contact Us" pages on our product sites.

Thanks for your continued support and trust – we’re excited to bring you an even better support experience!

Okay
  Public Ticket #1428766
CSS Class
Closed

Comments

  • Beber31 started the conversation

    Could you give me an example of configuration in CSS Class topic ?

    I would like to Center the text of a LINE that is regroup column in my table.

    I would like to define a color code for this LINE 

    I would like to increase the font size of some Integer in my table .

    Thanks a lot for your answer 

  •  472
    Isidora replied

    Hi Beber,
    Thank you for your purchase.

    Just add this code in Custom wpDataTables CSS under the "Custom JS AND CSS" in main settings of wpdatatables.

    tbody tr td.group {    
        color: green !important;
        text-align:center !important;
    }

    This will be affected on all tables, but if you want just for specific one then insert this code(change the color that you need) on page where is that table between the style tag.(<style>Code here</style>)

    About the styling the specific cell content you can use Conditional formatting. You can read more about this on this link.


    Kind Regards, 

    Isidora Markovic

    wpDataTables: FAQFacebookTwitterFront-end and back-end demoDocs

    Amelia: FAQFacebookTwitter |  Amelia demo sites | Docs

    You can try our wpDataTables add-ons before purchase on these sandbox sites:

    Powerful FiltersGravity Forms Integration for wpDataTablesFormidable Forms Integration for wpDataTables

  • Beber31 replied

    It was working for the first example "for all the tables" in main settings and then THANKS a lot .However I don't succeed to make it for a specific TABLE In one page .

    How to Make it happening .

    I was writing : 

    [wpdatatable id=8]

    <style>

    your code 

    </style> 

    in a widget of Wordpress but it doesn't work 

    Could you be more explicit please ?

    Thanks 

  •  472
    Isidora replied

    Hi Beber,

    Sorry for late response. 

    We are located in Serbia and our working time is from 10:00 to 17:00 CET. business days.

    Can you please insert that style tags above the wpdatatables shortcode? Or if you are using some plugins for building pages for every modul you should have option to add css for it.

    Kind Regards, 

    Isidora Markovic

    wpDataTables: FAQFacebookTwitterFront-end and back-end demoDocs

    Amelia: FAQFacebookTwitter |  Amelia demo sites | Docs

    You can try our wpDataTables add-ons before purchase on these sandbox sites:

    Powerful FiltersGravity Forms Integration for wpDataTablesFormidable Forms Integration for wpDataTables