Title: First column color
Last modified: August 22, 2016

---

# First column color

 *  Resolved [Afsori](https://wordpress.org/support/users/afsori/)
 * (@afsori)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/first-column-color/)
 * Hi Tobias,
 * How can I make background color for first column, I tried this but didn’t work,
 *     ```
       .tablepress-id-1 .column-1 td {
       	background-color: #ff0000;
       }
       ```
   
 * also my header has a own color, I don’t want to change the color of the first
   position of the header,
    ====== – – –
 * just change – colors, 🙂
 * thanks,
 * [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)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/first-column-color/#post-5767841)
 * Hi,
 * thanks for your question, and sorry for the trouble.
 * The `.column-...` classes are the `td` elements already, so this has to be left
   off. Also, to not influence the header row, we can concentrate us on the table
   body. Please try this:
 *     ```
       .tablepress-id-1 tbody .column-1 {
       	background-color: #ff0000;
       }
       ```
   
 * Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘First column color’ 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: [11 years, 3 months ago](https://wordpress.org/support/topic/first-column-color/#post-5767841)
 * Status: resolved