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!
Hello! I have 2 questions:
1) How can I get rid of the white background just outside the table in the link? (I'm using the skin Aqua). I'd like to have a white background inside the table (as is now), but without that white border just outside.
2) If you click on the first row, you can see the pop-up (from your add-on). In the pop-up, how can I make the font on the first column (the headers) bold? The way you did in the examples of this page: https://wpdatatables.com/documentation/addons/master-detail-tables/
Thank you!
Hi Alessandro,
Thank you for your purchase.
Sorry for late response.
We are located in Serbia and our working time is from 10:00 to 17:00 CET. business days.
Just add this code in Custom wpDataTables CSS under the "Custom JS AND CSS" in main settings of wpdatatables.
.wpDataTablesWrapper { background: #f0eeec !important; } #wdt-md-modal .col-sm-3{ text-align:left !important; font-weight:500; }
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> .wpDataTablesWrapper { background: #f0eeec !important; } #wdt-md-modal .col-sm-3{ text-align:left !important; font-weight:500; } </style>
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
Thank you very much, Milan. It seems to be working perfectly!
Actually, one final question: is there a way to set the font in the popup as Georgia? (In all tables).
Thanks again!
Hi Alessandro,
You are welcome.
If you want in all popup modal then you can try to add this with rest of the CSS from previous tickets,
and then I think you need to update font weight from 500 to bold
.wpDataTablesWrapper { background: #f0eeec !important; } #wdt-md-modal .modal-content{ font-family: Georgia, serif !important; } #wdt-md-modal .col-sm-3{ text-align:left !important; font-weight:bold; }
Let me know is it working
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
It seems to be working fine! Thanks again -
Hi Alessandro,
You are welcome.
If you have any other issue or question please open new ticket, and we help you out.
I’d like to ask you a favor. Would you mind taking a few minutes to write a review for us, please on this link?
Our free version is the only place where we can have proof for our hard work; your comments are beneficial for others to know what to expect when they’re looking for our plugin.
Thank you in advance. It means a lot to us, and I am looking forward to reading your comment.
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