Title: bold font problem
Last modified: August 21, 2016

---

# bold font problem

 *  Resolved [matiuru](https://wordpress.org/support/users/matiuru/)
 * (@matiuru)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/bold-font-problem/)
 * i am using this
 * .tablepress-id-2 .row-4 td {
    font-size: 14px; color: #ff0000; font-style: bold;}
 * but bold not working, i try using italic, and it works
 * [http://wordpress.org/plugins/tablepress/](http://wordpress.org/plugins/tablepress/)

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

 *  [SFGolfer](https://wordpress.org/support/users/sfgolfer/)
 * (@sfgolfer)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/bold-font-problem/#post-4190495)
 * You want to use font-weight.
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/bold-font-problem/#post-4190527)
 * Hi,
 * yes, the correct CSS property here is `font-weight`, so please try again with
 *     ```
       .tablepress-id-2 .row-4 td {
         font-size: 14px;
         color: #ff0000;
         font-weight: bold;
       }
       ```
   
 * Regards,
    Tobias

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

The topic ‘bold font problem’ 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
 * 3 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [12 years, 8 months ago](https://wordpress.org/support/topic/bold-font-problem/#post-4190527)
 * Status: resolved