Title: Bold Column
Last modified: July 11, 2021

---

# Bold Column

 *  Resolved [D&A](https://wordpress.org/support/users/dusananta/)
 * (@dusananta)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/bold-column/)
 * Hi, I have a problem. How do I add another check box option below Table Head 
   Row, which I would call Table Column Row and which clicks to bold the contents
   of all column-1s just as the header paints thead so that the column bolds the
   text in all column-1? And how do I set it so that nothing is bolded by default,
   but that the user then bolds what he wants?

Viewing 1 replies (of 1 total)

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/bold-column/#post-14649889)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * I’m afraid that something like that is not easily possible at the moment. You
   would need quite a bit of PHP code to extend TablePress here, and to do that 
   in a future-proof way. That said, you might actually only need to add a bit of
   CSS code. For example, add this to the “Custom CSS” textarea on the “Plugin Options”
   screen of TablePress:
 *     ```
       .tablepress-id-123 .column-1 {
         font-weight: bold;
       }
       ```
   
 * This would make the first column of table 123 bold-faced.
 * Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Bold Column’ 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: [4 years, 10 months ago](https://wordpress.org/support/topic/bold-column/#post-14649889)
 * Status: resolved