Tagged: enfold, tables, transparent
Hi there,
Is it possible to have your table have a transparent background with white borders? Also to have the text inside be white or a very light grey color? (Like the White Transparent option when making a contact form?)
Thanks
Shaun
Hello,
Insert that code on Enfold Quick Css or Custom Css plugin:
.main_color tr:nth-child(odd), .main_color .pricing-table>li:nth-child(odd), .main_color .pricing-extra {
background: rgba(248, 248, 248, 0);
border: 1px solid #fff;
color: #fff !important;
}
.main_color table caption, .main_color tr:nth-child(even), .main_color .pricing-table>li:nth-child(even) {
color: #FFFFFF;
border: 1px solid #fff !important;
}
Hope to help you
Hi @ShaunNotcutt,
Did you have any luck with the code posted by @Isakos-Soft. If not then please post a link to your site and we’ll have a closer look.
Regards,
Rikard