Tagged: formatting, styling, table
Hi All,
I need to change styling of the table.
I need whit (no) background and no borders
How can I achieve that
thank you
Hi TheElear,
Could you provide us with a link to the site in question so that we can take a closer look please?
Thanks,
Rikard
Hi TheElear
At the bottom of this page I have a test table:
For alignment purposes I would like to have no background and no borders in the table.
many thanks
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.main_color tr:nth-child(odd), .main_color .pricing-table>li:nth-child(odd), .main_color .pricing-extra { background: white !important; }
.avia-table td { border: none!important; }
Regards,
Yigit