• Resolved roncioffi

    (@roncioffi)


    Tobias,

    I love baseball, too!!

    There is a white, horizontal line below all rows except the bottom row. I’ve tried the CSS you have listed in other topics but it is not working:
    .tablepress-id-3,
    .tablepress-id-3 tr,
    .tablepress-id-3 tbody td,
    .tablepress-id-3 thead th,
    .tablepress-id-3 tfoot th {
    border: none !important;
    padding: 0;
    margin: 0;
    }

    The developer tool does not recognize the lines.

    I’m using the Photograph theme by Theme Freesia. Any help would be appreciated. Thanks.

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

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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    Please try this “Custom CSS” instead:

    .tablepress-id-2 td {
        border : none !important;
    }

    Regards,
    Tobias

    Thread Starter roncioffi

    (@roncioffi)

    Tobias,

    I’ve used the following CSS with no change. I have two tables running and both have the same problem.

    .tablepress-id-2 tr {
    border: none !important;
    }

    .tablepress-id-3 tr {
    border: none !important;
    }

    Please note that there is no horizontal rule below the last row. Does that offer a clue?

    Thanks,
    Ron

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi Ron,

    why are you not trying the code that I suggested?

    Regards,
    Tobias

    Thread Starter roncioffi

    (@roncioffi)

    Sorry. It was a typo on my part. It works!

    Thanks so much.

    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!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘horizontal line between rows’ is closed to new replies.