change of column color
-
Hi!
I tried to change the colors of the first row and the first column of a table:
.tablepress-id-1 .row-1 td {
background-color: #455f20;
color: #fefac9;
font-weight: bold;
}.tablepress-id-1 .column-1 td {
background-color: #455f20 !important;
color: #fefac9 !important;
font-weight: bold !important;
}The change of the row works fine, but the code has NO effect on the first column… Even the “!important” didn’t help. Only the first cell changed, because it’s in row-1.
Do you have an idea?
Thanks!
Benjamin
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘change of column color’ is closed to new replies.