On the settings/design tab I set the border to none, but it still shows the borders except on the right side and bottom of table. I found an earlier post about this topic and the solution was to put the following code in CSS editor;
table#supsystic-table-1 * {
border: none;
}
I even edited the CSS per the editor suggestion, as follows;
#supsystic-table-1 {
border: none;
}
That didn’t work either, any suggestions? And yes, I used my correct table id in the CSS.
Thanks