Hey,
http://www.airlinestaffrates.com/visit-amazing-maldives/
I want to delete the thin black line on the left hand side of the Table press plugin
What code can I add?
Thanks
Charlotte
Hey Charlotte! :)
Please add following code to Quick CSS
.tablepress tr th:first-child, .tablepress tr td:first-child {
border-left: none;
}
Regards,
Yigit
Thanks :)