Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey there Markus,

    How are you doing today?

    This should be possible to remove with some custom CSS. Please try adding the following CSS code in the style.css file of your child theme or add it in your site using the following plugin:

    http://wordpress.org/plugins/simple-custom-css

    table, table>thead>tr>th, table>tbody>tr>th, table>tfoot>tr>th, table>thead>tr>td, table>tbody>tr>td, table>tfoot>tr>td {
    border: none;
    }

    This should remove borders from your table.

    Hope this helps 🙂

    Best regards,
    Bojan

    Thread Starter markuswedl

    (@markuswedl)

    hello bojan,
    thanks really a lot, that was the solution, thanks a lot for your help !!!!!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘borders are shown in a table although border="0"’ is closed to new replies.