[Plugin: WP-Table Reloaded] Problem formatting
-
Hello,
I have the following added to the custom CSS. Most of it seems to have worked, but the text format for td doesn’t seem to have changed (although th text has). Clearly I’ve got something wrong. Could you please give me some pointers?
.wp-table-reloaded th {
background: #ffffff!important;
margin: 0!important;
padding: 0!important;
color: #000000!important;
text-transform:uppercase!important;
text-align: left!important;
font-size: 16px!important;
font-weight: bold!important;
padding: 0px!important;
}}
.wp-table-reloaded td {
color: #000000;
margin: 0;
padding: 0;
font-size: 20px;
font-weight: bold;
text-align: left!;
}.wp-table-reloaded .row-hover tr:hover td {
background-color: #ffffff!important;
}.wp-table-reloaded, .wp-table-reloaded td, .wp-table-reloaded th {
border: none!important;
border-collapse: collapse!important;
border-spacing: 0px!important;
margin: 0!important;
padding: 0!important;
text-align: left!important;
}https://www.ads-software.com/extend/plugins/wp-table-reloaded/
- The topic ‘[Plugin: WP-Table Reloaded] Problem formatting’ is closed to new replies.