Background color change
-
Hi.
First of all, i’m really satisfied with your plugin!
I have one problem though: I canøt change all rows and colums when I change the background colour.
this i what I’ve done so far:
.tablepress-id-N .row-X .column-Y {
background-color: #ff0000;
}Nothing happened so I tried swapping to “!important” after the color. But still nothing changed. The rest o the ufnctiosn work like “hover”, “font” changes, but the background color just flops on some rows.
Here is my Custom CSS in tablepress:
.tablepress-id-1 th,
.tablepress-id-1 .sorting {
background-color: #2f96f3 !important;
}.tablepress-id-1 .sorting_asc,
.tablepress-id-1 .sorting_desc {
background-color: #f26522 !important;
}.tablepress-id-1 td {
font-family: Lora;
font-size: 16px;
color: #333333;
}.tablepress-id-1 .row-hover tr:hover td {
background-color: #c0ddf7 !important;
}Any body can help me? 🙂 Thanks
The topic ‘Background color change’ is closed to new replies.