Hi, trying to remove the yellow background color on the two rows of the table on the attached page, we tried a few things from the forum but they didnt work. We would like all of the table background to be the green color of the second row. Thanks.
Hey mrlreynolds,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.main_color tr:nth-child(odd), .main_color .pricing-table>li:nth-child(odd), .main_color .pricing-extra {
background: #104f20;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Best regards,
Yigit