Title: Customizing TablePress table
Last modified: April 29, 2020

---

# Customizing TablePress table

 *  Resolved [sdukes49](https://wordpress.org/support/users/sdukes49/)
 * (@sdukes49)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/customizing-tablepress-table/)
 * .tablepress-table-name-id-1 {
    text-align:center; } .tablepress thead th, .tablepress
   tfoot th { color: #dc0852; }
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcustomizing-tablepress-table%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Thread Starter [sdukes49](https://wordpress.org/support/users/sdukes49/)
 * (@sdukes49)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/customizing-tablepress-table/#post-12753434)
 * I managed to get the codes above to work; however I want to change the color 
   of the Title name and its size and have it bold. I have tried the following:
   .
   tablepress-table-name-id-1 { text-align:center; font-weight: bold; font-size:
   30px; color:#dc0852′ }
 * But the only thing that works is the text-align:center; Please help; I’ve tried
   many other codes to no avail.
 *  Thread Starter [sdukes49](https://wordpress.org/support/users/sdukes49/)
 * (@sdukes49)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/customizing-tablepress-table/#post-12753460)
 * I have even tried coping many codes from Tablepress’ FAQ such as:
    .tablepress-
   id-N tbody td { font-family: Tahoma; font-size: 14px; font-weight: bold; color:#
   ff0000; }
 * and changing it to the following, so it would design all tables on my site
 * .tablepress {
    font-size: 12px; font-weight: bold; color: #dc0852; }
 * but, it doesn’t work.
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/customizing-tablepress-table/#post-12756433)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * The reason why this didn’t work was that your theme styles these headings differently.
   From what I can see, you already found that adding the `!important` flag helps
   here 🙂 Nice!
 * Best wishes,
    Tobias

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

The topic ‘Customizing TablePress table’ 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/)

 * 3 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [6 years, 1 month ago](https://wordpress.org/support/topic/customizing-tablepress-table/#post-12756433)
 * Status: resolved