agencyhub
2/24/2020 - 1:27 AM

[Alternate BG Color CSS] #CSS

[Alternate BG Color CSS] #CSS

 .checklistLtd p:nth-child(odd) {
  background: #EAEEF1;
  padding: 4px !important;
}

.checklistLtd p:nth-child(even) {
  background: #F7FAFC;
  padding : 4px !important;
}