Title: options
Last modified: August 21, 2016

---

# options

 *  Resolved [jbcuisinier](https://wordpress.org/support/users/jbcuisinier/)
 * (@jbcuisinier)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/options-11/)
 * Bonjour,
    By editing custom css, I adress to table id-1. How can I adress this
   notification (eg : .tablepress-id-1 .row-2 td { background-color:696969;} for
   all the tables I’ll crate ?
 * Thanks
 * [http://wordpress.org/plugins/tablepress/](http://wordpress.org/plugins/tablepress/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/options-11/#post-4365015)
 * Hi,
 * thanks for your question.
 * To make this CSS code apply to all TablePress tables, just remove the “-id-1”
   part of the selector:
 *     ```
       .tablepress .row-2 td {
         background-color:696969
       }
       ```
   
 * This would change the background color of all cell in the second row of every
   table then.
 * Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘options’ 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: [12 years, 5 months ago](https://wordpress.org/support/topic/options-11/#post-4365015)
 * Status: resolved