• Resolved jwn1979

    (@jwn1979)


    How to impact whole table, not through the advance editor. Bold for all 1’s lines in every cell in a column. Font-size as well(H2)

Viewing 1 replies (of 1 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    I’m not sure that I understand, but it sounds like you want to use CSS code here. For example, add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress-id-123 .column-1 {
      font-weight: bold;
      font-size: 16px;
    }

    This will make the first column of table 123 bold and increase the font size.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘How to making html changes in tablepress’ is closed to new replies.