Hi,
thanks for your post, and sorry for the trouble.
Please try the “Custom CSS” code from https://tablepress.org/faq/change-background-color-table-head-row/
Note that you might have to clear/flush the cache of your caching plugin, as that’s doing CSS minification and concatenation.
The widths CSS is working from what I can see, you’ll just have to tweak the numbers more. Note that I don’t recommend to use the global .tablepress selector here, as that would influence all TablePress tables on your site. Instead, use
.tablepress-id-1 to have this only apply to this particular table.
Regards,
Tobias
Thank you for your response.
This is what I used for CSS and after flushing cache serveral times, none of these changes are showing up
.tablepress thead th,
.tablepress tfoot th {
background-color: #d31b5d;
color: #ffffff;
}
.tablepress-id-1 .column-1 {
width: 30%;
}
.tablepress-id-1 .column-2 {
width: 35%;
}
.tablepress-id-1 .column-3 {
width: 35%;
}`
Hi,
the TablePress Custom CSS file has properly filled with this, but it seems like your CDN is still returning an older version of the cached/minified CSS file. Can you maybe flush/update the CDN as well?
Regards,
Tobias
Amazing support on this plugin!!
Hi,
no problem, you are very welcome! 🙂 Good to hear that this helped!
Best wishes,
Tobias
P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!