code working for special tables only..
-
hi and sorry for asking, but I have a little problem –
I have a number of tables that should have three little changes (just those tables). I searched the faq and support for code, but it still doesn’t do what I want..
1. the alternating color should be darker (thought this code worked once..but now I can’t see a change)
2. the header should be blue (this code seems to work for ALL tables instead of just those I wanted)
3. all table contents should be centered (doesn’t work at all)so here’s my code:
1.
.tablepress-id-22 .odd
..and more………..
.tablepress-id-68 .odd
td {
background-color: #e5e6e7;
}2.
.tablepress-id-41 .col-1,
….and so on…..
.tablepress-id-68 .col-1,
th {
color: #003d7f;
}3.
.tablepress-id-41
…more code…..
.tablepress-id-68
tbody td {
vertical-align: middle;
text-align: center;
}would be great to hear what’s wrong with this code,
thanks a lot!
- The topic ‘code working for special tables only..’ is closed to new replies.