Replies: 0
Hello!
I would like to change only the first column’s font color and example add bold to it.
This is what I did so far:
.tablepress-id-21 .column-1 {
width: 205px;
border: 0;
color: #ffffff !important;
font-weight: bold;
}
They simply not work 🙁
at least width and border works fine however the last two doesn’t