Title: Hidden rows
Last modified: May 18, 2021

---

# Hidden rows

 *  Resolved [SyncNovi](https://wordpress.org/support/users/syncnovi/)
 * (@syncnovi)
 * [5 years ago](https://wordpress.org/support/topic/hidden-rows-2/)
 * Hello,
 * is it possible to hide a few rows from the table? The blurred color = css?
 * 1. value
    2. value 3. value 4. hidden with the blurred color 5. hidden with the
   blurred color 6. hidden with the blurred color
 * Regards
    Rafał

Viewing 1 replies (of 1 total)

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [5 years ago](https://wordpress.org/support/topic/hidden-rows-2/#post-14454836)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * Yes, this is possible. You could add this to the “Custom CSS” textarea on the“
   Plugin Options” screen of TablePress:
 *     ```
       .tablepress-id-123 tr:nth-child(n+3) td {
           filter: blur(6px);
       }
       ```
   
 * Just change the table ID, the row number from which to start the blur effect,
   and the desired blur intensity as desired.
 * Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Hidden rows’ 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/)

 * 1 reply
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [5 years ago](https://wordpress.org/support/topic/hidden-rows-2/#post-14454836)
 * Status: resolved