Title: highlighting rows
Last modified: October 4, 2020

---

# highlighting rows

 *  Resolved [sunildhewa](https://wordpress.org/support/users/sunildhewa/)
 * (@sunildhewa)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/highlighting-rows/)
 * I want to highlight more than one rows in a table using a single CSS code. Can
   I do it?

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/highlighting-rows/#post-13489690)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * You could combine the CSS like this:
 *     ```
       .tablepress-id-123 .row-4 td,
       .tablepress-id-123 .row-5 td,
       .tablepress-id-123 .row-8 td {
         background-color: #ff0000;
       }
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [sunildhewa](https://wordpress.org/support/users/sunildhewa/)
 * (@sunildhewa)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/highlighting-rows/#post-13489818)
 * Thank you so much 🙂
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/highlighting-rows/#post-13490150)
 * 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](https://wordpress.org/support/plugin/tablepress/reviews/#new-post)
   here in the plugin directory. Thanks!

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

The topic ‘highlighting 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/)

 * 3 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [5 years, 7 months ago](https://wordpress.org/support/topic/highlighting-rows/#post-13490150)
 * Status: resolved