Hey everyone!
With the Labour Day holidays coming up, we’d like to let you know about our upcoming working hours:
Thursday, May 1st: Our team will be off during Labour Day.
Friday, May 2nd: We'll also be off for an extended holiday break.
We’ll be back on Monday, May 5th, ready to respond to all messages received during this time.
In the meantime, if you need help, feel free to:
-
Use the support widget on the bottom right of our websites (Amelia and wpDataTables) — our AI-powered assistant is available 24/7 and can help with many common questions.
-
Visit our documentation, articles, or YouTube channels for quick answers and step-by-step guides.
https://www.youtube.com/@AmeliaWordPressBookingPlugin/videos
https://www.youtube.com/@wpDataTables/videos
Thank you for being so understanding, and we hope you enjoy the long weekend!
Hi there,
how can i make the font of the header of a table not uppercase?
I tried this:
.wpdt-c .wpDataTablesWrapper table.wpDataTable thead {text-transform: lowercase !important;}
Didn't work.
There is no such option in wpdatatables settings.
Thanks in advance & regards,
Michael
Hi Michael,
Thank you for your purchase.
It should be working. I suppose that there is some css rule with higher priority from theme or another plugin. Can you please send me a link of the page where you are using this table so I can take a look?
Best regards.
Kind Regards,
Isidora Markovic
wpDataTables: FAQ | Facebook | Twitter | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Amelia demo sites | Docs
You can try our wpDataTables add-ons before purchase on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables
Hi Milan,
see here: https://tradingdiary.whitepictures.de/tagebuch/
Don't know which css should have higher priority? Isn't the header of a table using it's own css?
Regards,
Michael
Hi Michael,
Like I suppose there are some css from your theme that overwrite your css and css from plugin.(attachment)
Just add this code in Custom wpDataTables CSS under the "Custom JS AND CSS" in main settings of wpdatatables.
.wpdt-c .wpDataTablesWrapper table.wpDataTable thead th{text-transform: lowercase !important;}
This will be affected on all tables, but if you want just for specific one then insert this code on page where is that table between the style tag.(<style>Code here</style>)
<style> .wpdt-c .wpDataTablesWrapper table.wpDataTable thead th{text-transform: lowercase !important;} </style>
Best regards.
Kind Regards,
Isidora Markovic
wpDataTables: FAQ | Facebook | Twitter | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Amelia demo sites | Docs
You can try our wpDataTables add-ons before purchase on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables
Hi Milan,
thanks! It worked.
Regards,
Michael
Hi Michael,
You are welcome. Glad that we help you to solve the issue.
If you have any more issues or questions feel free to open a new ticket, we will gladly help.
If you are satisfied with our plugin or support, we'd greatly appreciate it if you could take a minute and leave a Review on CodeCanyon on this link. Thanks!
Best regards.
Kind Regards,
Isidora Markovic
wpDataTables: FAQ | Facebook | Twitter | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Amelia demo sites | Docs
You can try our wpDataTables add-ons before purchase on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables