Apply styles to column but leave header row exempt
-
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)
Viewing 1 replies (of 1 total)
You must be logged in to reply to this topic.