The font size does not change in tables
-
I changed the font size in CSS for all tables from 15px to 13px. But nothing changes. Full plugin’s CSS looks like this:
.tablepress thead th,
.tablepress tfoot th {
background-color: #E8E8E8;
color: #000000;
font-size: 13px;
}.tablepress tbody td {
font-size: 13px;
}.tablepress-id-N4 .column-1 {
padding: 2px;
}.tablepress-id-N39 .column-2 {
width: 80px;
}.tablepress-id-N52 .column-0 {
overflow-wrap: break-word;
max-width: 40px;
}.tablepress-id-N52 .column-2 {
min-width: 50px;
}`The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘The font size does not change in tables’ is closed to new replies.