• Resolved cmcavid

    (@cmcavid)


    hello, i want to edit my numbers in my table (font-weight: 600). I can do it one by one, but it is very hard. And how can i cahnge column color manually? (for example: column of bnumbers) Link: https://muradov.ml/tesy/

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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    This is possible with CSS code. For example, add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress-id-1 .column-4 {
      color: #ff0000;
      font-weight: bold;
    }

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Column color’ is closed to new replies.