Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    To add vertical borders to all tables as well, just add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress th,
    .tablepress td {
        border: 1px solid #dddddd;
    }

    Also, you could shorten the CSS that you are using now for that green border to

    .tablepress {
            border: 5px solid #34B075;
    }

    and you should put that into the “Custom CSS” textarea as well, instead of into that custom <style> tag as you are doing now.

    Regards,
    Tobias

    Thread Starter UserA1Biz

    (@usera1biz)

    Hi Tobias.

    We have inserted CSS code onto TablePress of Plugin Options.

    The website doesn’t displayed table vertical border.

    May we know what do proceed next step?

    Regards
    UserA1Biz

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    please remove that extra

    TablePress:

    that you have inserted there, or wrap in comment tags, like

    /* TablePress: */

    That breaks the CSS parsing in the browser otherwise.

    Regards,
    Tobias

    Thread Starter UserA1Biz

    (@usera1biz)

    Hi Sir/Madam.

    We have made the changes for TablePress.

    It’s worked.

    Thank you.
    UserA1Biz

    Plugin Author TobiasBg

    (@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!

    Thread Starter UserA1Biz

    (@usera1biz)

    Hi Sir/Madam.

    We have Rate the TablePress WordPress Forum.

    Regards
    UserA1Biz

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks, I really appreciate it!

    Best wishes,
    Tobias

    Thread Starter UserA1Biz

    (@usera1biz)

    Hi Sir/Madam.

    Can we ask if we have updated the TablePress version, will the previous setting keyed at Plugin Options will be gone?

    Regards
    UserA1Biz

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    no worries ?? All settings, options, and tables will of course still exist after the update! No data is lost ??

    Regards,
    Tobias

    Thread Starter UserA1Biz

    (@usera1biz)

    Hi Sir/Madam.

    Thank you for your replied.

    Regards
    UserA1Biz

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    of course! Always glad when I can help!

    Best wishes,
    Tobias

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Insert Table Border Using TablePress WordPress Plugin’ is closed to new replies.