Title: Column color
Last modified: September 21, 2016

---

# Column color

 *  Resolved [cmcavid](https://wordpress.org/support/users/cmcavid/)
 * (@cmcavid)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/column-color-2/)
 * hello, i want to edit my numbers in my table (font-weight: 600). I can do it 
   one by one, but it is very hard. And how can i cahnge column color manually? (
   for example: column of bnumbers) Link: [http://muradov.ml/tesy/](http://muradov.ml/tesy/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/column-color-2/#post-8207762)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * This is possible with CSS code. For example, add this to the “Custom CSS” textarea
   on the “Plugin Options” screen of TablePress:
 *     ```
       .tablepress-id-1 .column-4 {
         color: #ff0000;
         font-weight: bold;
       }
       ```
   
 * Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Column color’ 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: [9 years, 7 months ago](https://wordpress.org/support/topic/column-color-2/#post-8207762)
 * Status: resolved