Can't Hide Borders

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #16404

    john.hilpp
    Participant

    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

    #16414

    Hi @john.hilpp

    Thank you for contacting us about Data Table plugin issue.

    In the case I understood you right, you want to remove table border on the left side and from the top. For this, please use the next code:

    .supsystic-table thead th {
        border: none !important;
    }
    table.dataTable.cell-border tbody tr td:first-child {
         border-left: none !important;
    }

    In the case this will not help, please provide the page link on your site with this table,
    thus I can see what’s wrong and help you.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Thanks so much! Please Enter Your Info Below To Get PRO Discount and Gifts