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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    For that, please try adding this to the “Custom CSS”:

    .tablepress tbody td {
      border-bottom: 1px solid #ddd;
    }

    Regards,
    Tobias

    Thread Starter cortneyvmartin

    (@cortneyvmartin)

    PERFECT! That looks great. I really appreciate the help!!!

    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!

    Thread Starter cortneyvmartin

    (@cortneyvmartin)

    Can I ask one more thing — now that seems to have added lines back into one table where they had been removed before: https://drewscottracing.com/?page_id=8

    This is the CSS I used to get rid of the lines initially:

    .tablepress-id-7,
    .tablepress-id-7 tr,
    .tablepress-id-7 tbody td,
    .tablepress-id-7 thead th,
    .tablepress-id-7 tfoot th {
    border: none;
    vertical-align: middle;
    text-align: center;
    }

    I will rate the PlugIn — yes!

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    yes, this is indeed a result of the first change. To fix that again, please extend the line

    border: none;

    to

    border: none !important;

    in your code.
    And thanks for wanting to rate TablePress, I really appreciate it!

    Regards,
    Tobias

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Add bottom border/line to final row?’ is closed to new replies.