Title: Multiple tables, same CSS??
Last modified: August 30, 2016

---

# Multiple tables, same CSS??

 *  Resolved [samfrost93](https://wordpress.org/support/users/samfrost93/)
 * (@samfrost93)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/multiple-tables-same-css/)
 * Hi,
 * Let me explain my situation.
 * I have various different tables in my website, all of which require different
   designs.
 * There are a group of tables, ones I’ve designed to look like calendar months 
   which all require the same CSS. Is there anyway to group these tables together
   so they share the same CSS code for their rows and columns?
 * Right now for example I might have the following:
 *     ```
       .tablepress-id-1 .row-1 column-1{
       background-color: #000;
       }
   
       .tablepress-id-2 .row-1 column-1{
       background-color: #000;
       }
       ```
   
 * As you can see, the CSS is the same for both those tables.. but I have to create
   different classes for each table which is a lot of work. Maybe I’m missing something,
   but is there a way to combine them together?
 * [https://wordpress.org/plugins/tablepress/](https://wordpress.org/plugins/tablepress/)

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

 *  Thread Starter [samfrost93](https://wordpress.org/support/users/samfrost93/)
 * (@samfrost93)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/multiple-tables-same-css/#post-6352934)
 * Please ignore this, I’ve just realised how to do this. I love your plugin bro!!
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/multiple-tables-same-css/#post-6352943)
 * Hi,
 * no problem, good to hear that you found a solution! 🙂
 * Best wishes,
    Tobias
 * P.S.: In case you haven’t, please [rate TablePress](http://wordpress.org/support/view/plugin-reviews/tablepress)
   here in the plugin directory. Thanks!

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

The topic ‘Multiple tables, same 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/)

 * 2 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/multiple-tables-same-css/#post-6352943)
 * Status: resolved