• Resolved ludvikl

    (@ludvikl)


    Hi, after updating to 3.1.3 my table doesn’t accept my custom CSS anymore. Before the top and bottom wore the same color (#A38363), now the bottom left corner returned to the default (light blue).
    Thanks, Ludvik

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi!

    Thanks for your post and sorry for the trouble!

    This is indeed caused by a CSS change in TablePress: For better accessibility, empty cells in the header and footer rows now use HTML <td> instead of <th> tags. So, to again get the correct colors, you will need to update your CSS. Please replace

    .tablepress-id-1 thead th,
    .tablepress-id-1 tfoot th {

    by

    .tablepress-id-1 thead tr > *,
    .tablepress-id-1 tfoot tr > * {

    Best wishes,
    Tobias

    Thread Starter ludvikl

    (@ludvikl)

    Hi Tobias, thanks for your prompt reply. Now it works fine.
    Regards, Ludvik

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi @ludvikl,

    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 in the plugin directory. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Version 3.1.3 bug?’ is closed to new replies.