Colour link
-
I have put in custom css to change the colors and i’m nearly there with the css, however there is one bit that I can’t make work.
When I hover over a row, it highlights in the correct color, but when there is a hyperlink inserted in the table (for example on Snow White), when I hover over the words “Snow White” it appears white (which is correct), however, when I hover over any other part of the row, the color of the link blends into the background, so I can’t see it.
Is there a way to make any links highlight in white (with the light purple background) when any part of the row is hovered over, not “just” when the link is hovered over?
Here is the css I’ve put in:
.tablepress thead th,
.tablepress tfoot th {
background-color: #301781;
color: #ffffff;
}.tablepress .row-hover tr:hover td {
background-color: #615dec;
color: #FFFFFF;
}.tablepress-id-1 .column-1 {
width: 130px;
}.tablepress a:visited {
color: #615dec;
}.tablepress a:hover {
color: #ffffff;
}.tablepress a:active {
color: #615dec;
}Many thanks,
TimThe page I need help with: [log in to see the link]
The topic ‘Colour link’ is closed to new replies.