2 tables, same CSS, different styles
-
I have just added a second table to this page (2019 rental rates – ID 21), using the same CSS as the first (2018 rental rates – ID 1), but the same header row style is not showing.
My CSS:
.tablepress-id-1 thead th,
.tablepress tfoot th {
background-color: #33bef4;
font-family: Tahoma;
font-size: 16px;
font-weight: normal;
color: #ffffff;
}.tablepress-id-21 thead th,
.tablepress tfoot th {
background-color: #33bef4;
font-family: Tahoma;
font-size: 16px;
font-weight: normal;
color: #ffffff;
}· TablePress: 1.9
· TablePress (DB): 36
· TablePress table scheme: 3
· Plugin installed: 2016/07/28 11:22:17
· WordPress: 4.9.6
· Multisite: no
· PHP: 5.6.36
· mysqli Extension: true
· mySQL (Server): 5.6.36-82.1-log
· mySQL (Client): 5.5.32
· ZIP support: yes
· UTF-8 conversion: yes
· WP Memory Limit: 40M
· Server Memory Limit: 768M
· Magic Quotes: off
· WP_DEBUG: false
· WP_POST_REVISIONS: trueThe page I need help with: [log in to see the link]
- The topic ‘2 tables, same CSS, different styles’ is closed to new replies.