Hello,
I’m trying to change the default white background in a table to transparent so the main background shows through. Nothing is working. Ideas?
Hey bbjorge,
Please provide a link to the site/page in question so we can look into this further.
Best regards,
Jordan Shannon
Hi B,
Please try the following in Quick CSS under Enfold->General Styling:
.main_color tr:nth-child(odd), .main_color .pricing-table>li:nth-child(odd) {
background-color:transparent !important;
}
Best regards,
Rikard
Ok, then what do I put in the table area quick CSS so it works?
Hi,
The code above should be all you need.
Best regards,
Jordan Shannon