Replies: 0
Hello,
I created 64 tables for my clients products and added css code in plugin options tab. This code don’t works in last 18 tables. In first tables everything is ok. Could you help me with that?
CSS code:
.tablepress thead th {
font-size: 16px;
color: #ffffff;
background-color: #94c120;
}
.tablepress .column-1,
.tablepress .column-2,
.tablepress .column-3,
.tablepress .column-4,
.tablepress .column-5 {
text-align: center;
}