Hey there,
I’m having a problem with the background of a table. I need the background to be transparant, I just can’t figure it out. Hope you can?
Best regards,
Martijn Koster
Hey Martijn,
Thank you for using Enfold.
You can use this css code to make the table transparent. Please note that this will affect all tables across the site, so you may need to enable the custom css class field.
.main_color tr:nth-child(odd), .main_color .pricing-table>li:nth-child(odd), .main_color .pricing-extra, .main_color table, .main_color tr:nth-child(even), .main_color .avia-data-table .avia-heading-row .avia-desc-col, .main_color .avia-data-table .avia-highlight-col, .main_color .pricing-table>li:nth-child(even), body .main_color .pricing-table.avia-desc-col li, #top .main_color .avia-data-table.avia_pricing_minimal th {
background: transparent;
}
Best regards,
Ismael
Hey Ismael,
Thank you for your reaction. Unfortunately the code doesn’t seem to do the trick. I will send you the login credentials to have a look for your self.
Best regards,
martijn
Hi,
Thanks for the update.
We adjusted the code a bit. The table is now transparent.
Best regards,
Ismael
Hi Ismael,
Thanks for the support!