CSS Changes Work With One Table Only
-
I successfully changed font size with one table, and want to do with another table, but it is not working. Using same code, but just changed table ID. Table “7” has no effect.
Ideas? See codes below.
—-}
.tablepress-id-9 tbody td {
font-family: Tahoma;
font-size: 11px;
color: #ff0000;
}tablepress-id-7 tbody td {
font-family: Tahoma;
font-size: 11px;
color: #ff0000;
}
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘CSS Changes Work With One Table Only’ is closed to new replies.