Hi there,
I tried ALL codes I could find here to simply make all cells of a table white but it does not work, the code I found also makes the “heading row” white, can you please look at it > http://soleilles.com/tarifs/
I love your great support team,
Best, AB
Hi anma!
Thank you for using Enfold.
Please use this on Quick CSS:
.main_color .pricing-table li.avia-pricing-row {
background-color: #ffffff;
color: #e1e1e1;
border-color: #e1e1e1;
}
If you want to remove the gray background, use this:
.main_color tr:nth-child(odd), .main_color .pricing-table>li:nth-child(odd), .main_color .pricing-extra {
background: #ffffff;
}
Best regards,
Ismael