Cell bkgrnd color not working in v3.1
-
This CSS was working up to the new update:
this at the top:
.tablepress {
–head-text-color: #ffffff;
–head-bg-color: #3399cc;
–head-font-weight: 200;
–head-line-height: 1.3em;
font-size: .85em;
}–> and using this for the individual row background color i use only for the titles.
.tablepress-id-15 .row-2 td {
background-color: #3399cc;
font-family: Arial-narrow, sans-serif;
line-height: 1.2em;
vertical-align: baseline;
color: #FFF;
}.tablepress-id-15 .row-4 td {
background-color: #3399cc;
font-family: Arial-narrow, sans-serif;
line-height: 1.2em;
vertical-align: baseline;
color: #FFF;
}
saw your response for ‘thead th’ inquiry and dumped the server cache, as well.
but this is for just the individual ‘td’ backgrounds
— i have an a client in need of titles so i may have move on this and see if i can put code in the table cells to work around this.The page I need help with: [log in to see the link]
- You must be logged in to reply to this topic.