It’s strange why the table columns have different width.
1) is it possible to make the table width the same
2) is it possible to make the white background transparent and remove the gray border?
Thanks,
Hey kailibuy!
Thank you for using Enfold.
You can use this:
.page-id-3442 td.avia-highlight-col {
width: 50%;
}
To change the color, use this:
.main_color .avia-data-table .avia-highlight-col, .main_color table, .main_color tr:nth-child(odd), .main_color .pricing-table>li:nth-child(odd), .main_color .pricing-extra {
background: transparent;
border-color: transparent;
}
Regards,
Ismael
thank you. they both work.
just wondering about the transparent background, by pasting the code to custom css, does it force all tables on site to be transparent or just on the particular page?
I see you have a reference in the code for the 50% split to the particular page, how about the transparency of the background?