• Resolved secc

    (@secc)


    Hi.

    I would like to know, if its possible to disable the bottom-border on some single rows. I havea table (/mietwohnungen-bueron/) and would like to have no border under the titles inside the table (row 2,7, 12, 17)

    Thank you for your help.
    Manuel

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    For this, you can use CSS code, that then removes the “top border” in the row after the desired row. So, in your case, add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress-id-1 .row-3 td,
    .tablepress-id-1 .row-8 td,
    .tablepress-id-1 .row-13 td,
    .tablepress-id-1 .row-18 td {
    	border-top: none;
    }

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘No bottom Border for single Rows’ is closed to new replies.