CSS FORMATTING QUESTION
-
First off, many thanks to Tobias for developing a wonderful plugin with outstanding support. I’m having an issue with the appearance of my tables. Below is the custom code for my tables. All but one of my tables appear correctly. Here’s a link to one that appears correct:
https://cfbalmanac.com/bcs-college-football-national-champions/
Here is a link to the one that does not appear correctly. Notice that the color scheme is not the same as the first link:
https://cfbalmanac.com/all-times-results-alabama-football/
Thanks for any help that can be provided in resolving this issue.
`.tablepress thead th,
.tablepress tfoot th {
font-family: Arial;
font-size: 10px;
}.tablepress tbody td {
font-family: Arial;
font-size: 10px;
color: #000000;
}.tablepress thead th,
.tablepress tfoot th {
background-color: #90c3d4 !important;
}.tablepress thead th {
color: #1f3fc1 !important;
}.tablepress .odd td {
background-color: #edf5f8;
}.tablepress-id-17 .column-4 {
display: none;
}.tablepress-id-6 .column-4 {
display: none;
}.tablepress-id-1 .column-3 {
display: none;
}.tablepress-id-29 .column-7 {
display: none;
}.tablepress-id-29 .column-8 {
display: none;
}.tablepress-id-5 .column-3 {
display: none;
}.tablepress-id-13 .column-7 {
display: none;
}.tablepress-id-30 .column-4 {
display: none;
}.tablepress-id-31 .column-8 {
display: none;
}.tablepress-id-36 .column-10 {
display: none;
}
- The topic ‘CSS FORMATTING QUESTION’ is closed to new replies.