Title: Version 3.1.3 bug?
Last modified: June 1, 2025

---

# Version 3.1.3 bug?

 *  Resolved [ludvikl](https://wordpress.org/support/users/ludvikl/)
 * (@ludvikl)
 * [1 year ago](https://wordpress.org/support/topic/version-3-1-3-bug/)
 * 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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fversion-3-1-3-bug%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [1 year ago](https://wordpress.org/support/topic/version-3-1-3-bug/#post-18492806)
 * 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
 *     ```wp-block-code
       .tablepress-id-1 thead th,.tablepress-id-1 tfoot th {
       ```
   
 * by
 *     ```wp-block-code
       .tablepress-id-1 thead tr > *,.tablepress-id-1 tfoot tr > * {
       ```
   
 * Best wishes,
   Tobias
 *  Thread Starter [ludvikl](https://wordpress.org/support/users/ludvikl/)
 * (@ludvikl)
 * [1 year ago](https://wordpress.org/support/topic/version-3-1-3-bug/#post-18492831)
 * Hi Tobias, thanks for your prompt reply. Now it works fine.
   Regards, Ludvik
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [1 year ago](https://wordpress.org/support/topic/version-3-1-3-bug/#post-18492854)
 * Hi [@ludvikl](https://wordpress.org/support/users/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](https://wordpress.org/support/plugin/tablepress/reviews/#new-post).
   Thanks!

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

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

 * ![](https://ps.w.org/tablepress/assets/icon.svg?rev=3192944)
 * [TablePress - Tables in WordPress made easy](https://wordpress.org/plugins/tablepress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tablepress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tablepress/)
 * [Active Topics](https://wordpress.org/support/plugin/tablepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tablepress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tablepress/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [1 year ago](https://wordpress.org/support/topic/version-3-1-3-bug/#post-18492854)
 * Status: resolved