Even/Odd color change for individual posts?
-
Just curious. Is this possible? I noticed it works for
`#content table tbody tr.odd td {
background-color:#ffffff;
color: white !important;
}#content table tbody tr.even td {
color: white !important;
background: #000000;
}`
But that’s only topic listing.Thanks!
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- You must be logged in to reply to this topic.