• markuswedl

    (@markuswedl)


    hello,
    i hope you can help me.
    i have made a cv site with this great theme.

    if you look into that page:

    https://bewerbung.wedl.nu/?page_id=6

    you an see the borders. but i have set it to “0”

    do you know where i can change that, that i dont have the borders ?

    thanks a lot

    markus

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:

    https://www.ads-software.com/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.