• Resolved Azulbibip

    (@azulbibip)


    I,

    I want to remove all borders in my table but the external borders is still visible…

    I added this code in CSS custom (in plugin Option)
    .tablepress-id-4,
    .tablepress-id-4 tr,
    .tablepress-id-4 tbody td,
    .tablepress-id-4 thead th,
    .tablepress-id-4 tfoot th {
    border: none;
    }

    And external borders still visible.
    Please could you help me to remove ALL borders ?

    thank you !

    https://www.ads-software.com/plugins/tablepress/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Please try changing

    border: none;

    to

    border: none !important;

    That should also remove borders that your theme is adding.

    Regards,
    Tobias

    Thread Starter Azulbibip

    (@azulbibip)

    THANK YOU !!!!!!!
    this is ok !
    I’m Happy !

    Thank you for your quickly answer ??

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? Good to hear that this helped!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How do I remove ALL borders from a table ?’ is closed to new replies.