Styling
-
Hi,
For some reason the font size will not change to the size i set, also the table borders still appear even after using CSS to remove them. Also i am trying to change the font colour of Row 2 Column 2 and it is not changing, can you please advise?
Here is the css i used :
.tablepress-id-1 tbody td {
font-size: 22px;
font-weight: bold;
color: #ffffff;
}.tablepress-id-1 .row-1 td {
background-color: #000000;
}.tablepress-id-1 .row-2 td {
background-color: #000000;
}.tablepress-id-1 .row-3 td {
background-color: #000000;
}.tablepress-id-1 .row-4 td {
background-color: #000000;
}.tablepress-id-1 .row-5 td {
background-color: #000000;
}.tablepress-id-1 .row-6 td {
background-color: #000000;
}.tablepress-id-1 .row-7 td {
background-color: #000000;
}.tablepress
.tablepress tr,
.tablepress tbody td,
.tablepress thead th,
.tablepress tfoot th {
border: none;
}.tablepress-id-1 .row-2 .column-2 tbody td {
color: #27CCC0;
}Thanks
- The topic ‘Styling’ is closed to new replies.