• Resolved gameconcierge

    (@gameconcierge)


    Hello,

    I would like to have bigger fonts in one of my tables (id 5) and only in columns 5 and 6.

    How can I do that?

    Thank you

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter gameconcierge

    (@gameconcierge)

    And except row 1

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    For this, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress-id-5 tbody .column-5,
    .tablepress-id-5 tbody .column-6 {
      font-size: 18px;
    }

    Regards,
    Tobias

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fonts in Tables’ is closed to new replies.