Title: Custom CSS
Last modified: August 21, 2016

---

# Custom CSS

 *  Resolved [jarodsafehouse71](https://wordpress.org/support/users/jarodsafehouse71/)
 * (@jarodsafehouse71)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/custom-css-68/)
 * Hi again!
 * I find myself using much of the same CSS for each table ID and I was curious 
   if it was possible to have multiple table IDs in the same element to reduce the
   amount of CSS.
 * IE
 * .tablepress-id-1 .column-1
    .tablepress-id-2 .column-1 .tablepress-id-3 .column-
   1 .tablepress-id-4 .column-1 { text-align: center; font-weight: bold; width: 
   300px; }
 * Thank you for your help!
 * [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, 10 months ago](https://wordpress.org/support/topic/custom-css-68/#post-4975196)
 * Hi,
 * thanks for your question, and sorry for the trouble.
 * Yes, that’s almost it! 🙂 Just add a comma between the different selectors, i.
   e. use
 *     ```
       .tablepress-id-1 .column-1,
       .tablepress-id-2 .column-1,
       .tablepress-id-3 .column-1,
       .tablepress-id-4 .column-1 {
         text-align: center;
         font-weight: bold;
         width: 300px;
       }
       ```
   
 * Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Custom CSS’ 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, 10 months ago](https://wordpress.org/support/topic/custom-css-68/#post-4975196)
 * Status: resolved