Hey everyone!

With the holiday season upon us, we want to share our upcoming working hours:

After that, we’ll return to our regular schedule and assist you as quickly as possible.

In the meantime, you can explore our documentation for Amelia and wpDataTables. You'll find tons of helpful resources, including articles and handy video tutorials on YouTube (Amelia's YouTube Channel and wpDataTables' YouTube Channel), which might just have the answers you need while we’re away.

Thanks a bunch for your understanding and support!

Warm regards and happy holidays!

TMS

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