Alternating Colors
-
Hello,
I have entered the following CSS to change the alternating colours in a table:
.my-extra-css-class .odd td {
background-color: #d6c7b0 !important;
}.my-extra-css-class .even td {
background-color: #c4b7a2 !important;
}However, this has not changed the colours. Could you advise on the best CSS to modify the odd and even colours?
Many thanks
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Alternating Colors’ is closed to new replies.