[ad_1]
Hi!
Thanks for your post and sorry for the trouble!
The cause for this is a change of the text color in your table, as the result of a bug fix in some CSS code. So, to make your text visible again, you’ll just need to change the text color to a light color, e.g. by adding this to the “Custom CSS” text area on the “Plugin Options” screen of TablePress:
.tablepress {
--text-color: #ffffff;
}Best wishes,
Tobias
