• Resolved dpatts

    (@dpatts)


    I might be a big dumb-dumb for asking this

    I’ve applied some basic style changes to a pair of columns, like so:

    .tablepress-id-1 .column-2 {
    font-style: bold;
    }

    .tablepress-id-1 .column-5 {
    font-size: 16px;
    }

    only problem is the CSS is also applying to the header row

    how do I apply these style changes and leave the header row unaffected?

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

    (@tobiasbg)

    Hi!

    Thanks for your post and sorry for the trouble!

    For that, you can limit the command to the table body cells, using the CSS selector like

    .tablepress-id-1 tbody .column-2

    Best wishes,
    Tobias

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.