Viewing 1 replies (of 1 total)
  • Thread Starter Bob H

    (@bhartnett)

    I was able to fix this one myself. There is probably a cleaner way to do it but this worked. Add the following code to the Customer CSS.

    tr:nth-child(odd) td, tr:nth-child(odd) th {
    background-color: white;
    }

    tr:nth-child(even) td, tr:nth-child(even) th {
    background-color: white;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Hueman table shading’ is closed to new replies.