Thank you for reaching out to us! I'm glad to see that your account is working fine now.
As you probably know, something like this is not possible with the plugin's built-in features, and it can only be achieved through the plugin if you're using simple tables.
To do this for other table types, you need to access column settings, and add a custom CSS class ("customcolor" for example). Then, in Customize/Custom CSS, add this:
table.wpDataTable th.customcolor {
background-color: green !important;
color: white !important;
}
That will change the background and the text color of the header where this custom class is applied.
Hi.
I would like to ask how can I change the background color and text color of a single cell in the table header.
Greetings.
Hello Noé
Thank you for reaching out to us! I'm glad to see that your account is working fine now.
As you probably know, something like this is not possible with the plugin's built-in features, and it can only be achieved through the plugin if you're using simple tables.
To do this for other table types, you need to access column settings, and add a custom CSS class ("customcolor" for example). Then, in Customize/Custom CSS, add this:
That will change the background and the text color of the header where this custom class is applied.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hi Aleksandar.
Thanks for the solution. I will try it.
Greetings.
You're welcome, Noé.
I hope it helps. If you have any further issues or questions, please feel free to reach out to us.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables