CSS didn’t work in my pricing table. Tried to change the color of the cells. Used:
/* For odd rows */
ul.col-1>li:nth-child(2n+1) {
background-color: red !important;
}
ul.col-1>li {
background-color: #98bfca !important;
}
/* For pricing row */
#first-price-header-color .x-pricing-column-info {
background-color:gray;
}