table column colors
-
I have been playing with this for hours. (Love the plugin btw) and I just can’t seem to get it. Maybe someone with better eyes can see what I’m missing.
I have 3 Tablepress tables inside a “tabs” shortcode (shortcodes ultimate plugin) The 3 tables have unique text, but the layout and colors are intended to be the same. All 3 tables have 4 columns each, and in each table, column 1 and 3 are time blocks, and I want to highlight them (background-color attribute) I put this code in the plugin options Custom CSS block, but it has zero effect:
.tablepress-id-weekdaystbl .column-1,
.tablepress-id-weekdaystbl .column-3,
.tablepress-id-sundaystbl .column-1,
.tablepress-id-sundaystbl .column-3,
.tablepress-id-saturdaystbl .column-1,
.tablepress-id-saturdaystbl .column-3,
{
background-color: #d0dfe1;
}The link is here: Worship 101 Broadcast Schedule
Any help would be appreciated. Thanks
- The topic ‘table column colors’ is closed to new replies.