Tagged: table
Hi there,
I would like to change the color and also make a table transparent, is this possible?
Thanks, Silvio
Hey silviouk!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
table, .main_color table caption, .main_color tr:nth-child(even), .main_color .pricing-table>li:nth-child(even), .main_color tr:nth-child(odd), .main_color .pricing-table>li:nth-child(odd), .main_color .pricing-extra { background-color: transparent !important; }
td span, td small, td a { color: white!important; }
Regards,
Yigit
Cool, thanks!!