• Hi.
    After instalation wordpress 4.5 table looks that:

    SITE

    Like you see, there is no left border.
    When i use function [no border]:

    .tablepress-id-1,
    .tablepress-id-1 tr,
    .tablepress-id-1 tbody td,
    .tablepress-id-1 thead th,
    .tablepress-id-1 tfoot th {
    	border: none;
    }

    nothing happend, no reaction.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    thanks for your question, and sorry for the trouble.

    To add the left border again, please add this “Custom CSS”:

    .tablepress tr td {
        border-left: 1px solid #ddd;
    }

    Or do you want to remove all borders? Then please try

    .tablepress-id-1,
    .tablepress-id-1 tr,
    .tablepress-id-1 tbody td,
    .tablepress-id-1 thead th,
    .tablepress-id-1 tfoot th {
    	border: none !important;
    }

    Regards,
    Tobias

    Thread Starter niedamm

    (@niedamm)

    Thanks for answer. It work correctly.

    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 ‘[Plugin: TablePress] Border funkction doesn't work’ is closed to new replies.