SyntaxFix
Write A Post
Hire A Developer
Questions
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th { background-color: red; }
change this line in bootstrap.css or you could use (odd) or (even) instead of (2n+1)