hover cell text color?
-
Hi
I used your css suggestions for highlighted cell color and it works great. However I need the hover text color to change as well and the cs didnt work. The text also happens to be hyperlinks.bg color works but color doesnt.
.tablepress-id-5 .row-hover tr:hover td {
background-color: #465c71;
color: #ffffff;
}the text is styled by the site css:
a:hover, a:focus, a:active {
outline: 0;
color: #444;
text-decoration: none;
}
but I don’t want to have to change the a:hover style for the entire site. can I target the just the highlighted cell text ?
https://jenniferswain.com/wpss/products/boltless-shelving/
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘hover cell text color?’ is closed to new replies.