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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    To add borders, you can use “Custom CSS”, like

    .tablepress-id-123 thead th,
    .tablepress-id-123 tbody td {
      border: 1px solid #cccccc;
    }

    Regards,
    Tobias

    Thread Starter swanny

    (@adelkoh)

    Hi

    I have added into my plugin options (Custom Css) & change the item number i want to add the borders in. However, where do it appear after I have added into it? Thanks

    .tablepress-id-9 thead th,
    .tablepress-id-9 tbody td {
    border: 1px solid #cccccc;
    }

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    this should now create borders around every cell of table 9, in all places where that table is shown.

    If not, can you please post a link to the page with the table where this problem happens, so that I can take a direct look? Thanks!

    Regards,
    Tobias

    Thread Starter swanny

    (@adelkoh)

    Where to see & select the create borders ?

    And post which link? The link on my WP-admin table press menu??

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    setting borders is possible with CSS code.

    A link to the post where I can see the table on the frontend part of the site would be great.

    Regards,
    Tobias

    Thread Starter swanny

    (@adelkoh)

    Solved it already thanks !

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? That’s good to hear!

    Best wishes,
    Tobias

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Tablepress – Row or column’ is closed to new replies.