• Resolved przemm

    (@przemm)


    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

    (@przemm)

    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

    (@tobiasbg)

    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.