Hi,
thanks for your post, and sorry for the trouble.
This is possible with some “Custom CSS” code. For an example, please take a look at this entry in the TablePress FAQ: http://tablepress.org/faq/change-background-color-of-a-row/
Regards,
Tobias
Great…..I’ll give this a shot. Sorry it was in the FAQ’s and I didn’t see it. I was looking at all support threads. DUH!
Hi,
no worries 🙂 I hope this helps! If not, just let me know!
Best wishes,
Tobias
P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!
Perfection!! Rating now.
I might have another question, but I’m bleary-eyed. I’ll have to look again tomorrow.
Hi,
thanks for the rating, I really appeciate it!
Best wishes,
Tobias
Hello,
How to give column background color to all tables?
I can’t find the class to change the column background color.
How can i change text color of particular column and row?
Hope for your reply soon.
Thanks for the beautiful plugin.
Hi,
thanks for your post, and sorry for the trouble.
Please take a look at the questions http://tablepress.org/faq/change-background-color-of-a-row/ and http://tablepress.org/faq/highlight-cells-or-content/
That should help here.
Regards,
Tobias
Hello,
Sorry for misunderstanding i dont want to change the background color of row, i only want to change the background color of all td.
for eg:
i just want to style td:first-child element.
Hope you understand.
Hi,
that’s very similar, you’ll just have to adjust the CSS selectors in your “Custom CSS”, e.g.
.tablepress-id-123 td {
background-color: #ff0000;
}
or
.tablepress-id-123 .column-2 {
background-color: #00ff00;
}
Regards,
Tobias