thank you.
however, unfortunately, your CSS did not do any difference (resolved message was marked by error).
I’m attaching some images of the problem i’m encountering so it may be clearer
not hovering
https://www.dropbox.com/s/2emxsnatyyvve1x/Screenshot%202017-05-03%2013.33.28.png?dl=0
hovering
https://www.dropbox.com/s/cb7k5ed0cpinoma/Screenshot%202017-05-03%2013.33.30.png?dl=0
I want to change the not hovering color from orange to white #ffffff
the CSS I already implemented is this (last line was the code you recommended)
/* Header and footer */
.tablepress thead th,
.tablepress tfoot th {
color: #ffffff !important;
background-color: #f07423;
}
/* header only*/
.tablepress thead th {
font-size: 24px;
}
/* body font size and color*/
.tablepress-id-1 tbody td {
font-family: Open-Sans;
font-size: 20px;
color: #000000;
}
.tablepress td a {
color: #ffffff;
}
edit:
a bit of impovising, i managed to make it work if i changed it to
.tablepress tfoot a {
color: #ffffff;
}
but I did want it to turn gray upon hovering and now it is gone as well
both hovered and unhovered
https://www.dropbox.com/s/azeavel5cyhabz5/Screenshot%202017-05-03%2013.44.33.png?dl=0
-
This reply was modified 7 years, 7 months ago by nirwakingapp.
-
This reply was modified 7 years, 7 months ago by nirwakingapp.
-
This reply was modified 7 years, 7 months ago by nirwakingapp.
-
This reply was modified 7 years, 7 months ago by nirwakingapp.
-
This reply was modified 7 years, 7 months ago by nirwakingapp.