tiresidedown
Member
Posted 2 years ago #
I'm using the table plugin, and it looks great so far. My question is how to change the table background color (or make it use the page's native color).
I found a question that said to edit style.css to omit:
#post-contend td
But I didn't find this line anywhere. Suggestion?
Thanks
Hi,
The "#post-content td" idea only applied to that specific post, because the user's theme had that line and it was overwriting his CSS to change the table color again.
Therefore it does not apply to you.
You could try adding this line to the CSS on the "Plugin Options" please:
.wp-table-reloaded-id-123 .row-4 td {
background-color:red!important;
}
(This will change the background color of the fourth row of table 123 to red.)
Hope this helps!
Tobias