Holiday Notice – Support Unavailable on April 18 and April 21
We just wanted to let you know that our support team will be offline on Friday, April 18th (Good Friday) and Monday, April 21st (Easter Monday) due to the holidays.
We'll be back on Tuesday, ready to assist you!
In the meantime, if you need any help, feel free to:
-
Use the support widget in the bottom right corner on our websites (Amelia and wpDataTables) — our latest AI-powered assistant is there 24/7 to help with basic and intermediate questions,
-
Browse our detailed documentation (Amelia, wpDataTables)
-
Explore helpful articles,
-
Or check out our YouTube channels for video guides!
Amelia YouTube Channel
wpDataTables YouTube Channel
Thank you for your understanding, and we wish you a wonderful holiday weekend!
I setup a CSS font class:
#demoFont { text-decoration: none; font-style: normal; letter-spacing: 2px; font-weight: 700; font-family: Verdana, Geneva, sans-serif; font-variant: small-caps; text-transform: none; font-size: 12px; color: #56cb00; word-spacing: 2px;
then added a "Set cell CSS class" rule with no luck (please see the linked snapshot below).}
https://www.screencast.com/t/l7me8yvjYE
The CSS class is set in the style.css of the child theme, I tried as well to include it in the custom CSS of the wpDataTable itself, no luck.
I tried without the # and name the class as .demofont but still nothing.
Any ideas?
HI askordakis,
Thank you for your purchase.
Can you please remove that # from id in field in conditional formatting(insert just demoFont)
Then make that css rule in custom CSS of the wpDataTable and for every property use !important because there is a lot of css code that have high priority.
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
Hello Milan,
I added the following CSS code under Custom CSS
.demofont { text-decoration: none !important ; font-style: normal !important ; letter-spacing: 2px !important ; font-weight: 700 !important ; font-family: Verdana, Geneva, sans-serif !important ; font-variant: small-caps !important ; text-transform: none !important ; font-size: 12px !important ; color: #56cb00 !important ; word-spacing: 2px !important ; }
and then created a rule with "Set cell CSS class" to demoFont (no # or .)
If it's what you meant. But it didnt work.
Do you need credentials to try this for yourself? Or have you got any other idea?
Hold on!!! F(*#$ing CSS is case sensitive :)
It works. Thanks.
HI askordakis,
You are welcome.
If you have any more issues or questions feel free to open a new ticket, we will gladly help.
We'd greatly appreciate it if you could take a minute and leave a review on CodeCanyon on this link. Thanks!
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