Title: Cell font-size
Last modified: September 1, 2016

---

# Cell font-size

 *  Resolved [przemm](https://wordpress.org/support/users/przemm/)
 * (@przemm)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/hiding-borders/)
 * Tobias,
 * I am not able to make the font size bigger in one cell. Using <style=”font-size:
   15px”></style> doesn’t seem to work.
 * Can you please help?

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

 *  Thread Starter [przemm](https://wordpress.org/support/users/przemm/)
 * (@przemm)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/hiding-borders/#post-7662534)
 * Actually I wanted to make the font bigger in one row and resolved the problem
   by using this Custom CSS:
 * .tablepress-id-3 .row-3 {
    font-size: 20px; }
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/hiding-borders/#post-7662676)
 * Hi,
 * thanks for your question, and sorry for the trouble.
 * `<style>` is not the correct HTML tag here. You’d have to use something like
 *     ```
       <span style="font-size: 15px">the text</span>
       ```
   
 * Using “Custom CSS” is better though. Good to hear that you already found this!
 * Best wishes,
    Tobias

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

The topic ‘Cell font-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/)

 * 2 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [9 years, 9 months ago](https://wordpress.org/support/topic/hiding-borders/#post-7662676)
 * Status: resolved