Add background color to table cells which have links in
-
I have tried changing the font color of the table cells to white as I have a green background but having tried various css styles which have not worked, I wondered if it is because each table cell has a link to another page – could the css for the link be overriding it?
The page is https://dragonflyphotofavourites.co.uk/dragonflies-species-menu/
This is the css I have added;
.tablepress-id-2 tbody td {
font-weight: bold;
color: #ffffff !important;
background-color: #1f290a !important;
}.tablepress-id-2 tbody td a {
color: #ffffff !important;
}.tablepress-id-2 .row-hover tr:hover td {
background-color: #40492f !important;
color: #ffffff !important;
}
- The topic ‘Add background color to table cells which have links in’ is closed to new replies.