Title: Adjust table name size
Last modified: August 21, 2016

---

# Adjust table name size

 *  Resolved [gheber](https://wordpress.org/support/users/gheber/)
 * (@gheber)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/adjust-table-name-size/)
 * So sorry if this has been asked and answered. Dug through pages and saw one reference
   to changing the php but isn’t quite what I need.
 * Anyway, I need to change the table name size on individual tables only, not universally.
   I know how to edit the css on the table options tab, just need the syntax.
 * Thanks a million.
 * [https://wordpress.org/plugins/tablepress/](https://wordpress.org/plugins/tablepress/)

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/adjust-table-name-size/#post-4613739)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * Can you clarify what exactly you mean here? Do you want to change the size of
   the “Table name” input field on the “Edit” screen of the table? In which way?
 * Regards,
    Tobias
 *  Thread Starter [gheber](https://wordpress.org/support/users/gheber/)
 * (@gheber)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/adjust-table-name-size/#post-4613740)
 * No. I want to change the output size of the table name.
    I want to change the
   size of the “print” of the table name? I see how to change the font, size, etc.
   of the bosy copy of the table, but how do I change the font size of the table
   name?
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/adjust-table-name-size/#post-4613746)
 * Hi,
 * thanks for the clarification!
 * The table name has two CSS classes, and one of them can be used for styling changes
   based on the table ID. Here’s an example for some “Custom CSS”:
 *     ```
       .tablepress-table-name-id-123 {
         font-size: 20px;
       }
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [gheber](https://wordpress.org/support/users/gheber/)
 * (@gheber)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/adjust-table-name-size/#post-4613749)
 * Ausgezeitnicht!
    Viel dank!
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/adjust-table-name-size/#post-4613826)
 * Hi,
 * no problem, you are very welcome! 🙂 Good to hear that this helped!
 * 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 5 replies - 1 through 5 (of 5 total)

The topic ‘Adjust table name size’ 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/)

 * 5 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/adjust-table-name-size/#post-4613826)
 * Status: resolved