Title: Multiple Colors for Columns
Last modified: August 31, 2016

---

# Multiple Colors for Columns

 *  Resolved [SethO](https://wordpress.org/support/users/setho/)
 * (@setho)
 * [10 years ago](https://wordpress.org/support/topic/multiple-colors-for-columns/)
 * Hi, great plugin!
 * I am having issue getting the custom css to work. I need a certain number of 
   columns in a row to be a certain color.
 * I have tried this:
 * .tablepress-id-1 .row-2
    .column-2, .column-3, .column-4 { background-color: #
   3366ff; }
 * But only column-2 changes color.
 * [https://wordpress.org/plugins/tablepress/](https://wordpress.org/plugins/tablepress/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [10 years ago](https://wordpress.org/support/topic/multiple-colors-for-columns/#post-7342088)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * That CSS is slighly incorrect. You will always have to repeat the entire selector
   part, due to how CSS works:
 *     ```
       .tablepress-id-1 .row-2 .column-2,
       .tablepress-id-1 .row-2 .column-3,
       .tablepress-id-1 .row-2 .column-4 {
         background-color: #3366ff;
       }
       ```
   
 * Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Multiple Colors for Columns’ 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: [10 years ago](https://wordpress.org/support/topic/multiple-colors-for-columns/#post-7342088)
 * Status: resolved