My story titles turn white on hover when the area BELOW the title is hovered over.
Any idea what could be causing this?
Thanks for any help!
Hi Catalin:
That worked, but then it turns the white text of MX8 black on hover.
I tried adding it specifically to M10 (where the issue is), like this:
.td_module_10 .td_module_wrap:hover .entry-title a {
color:black !important;
}
… but the problem persists ….
I tried adding this to force the MX8 to stay white, but it still doesn’t work:
.td_module_mx8 .td-module-title a {
font-family: agxlt !important;
color: white !important;
letter-spacing: 2px;
}
I also tried:
.td_module_mx8 .td-module-title a:hover {
font-family: agxlt !important;
color: white !important;
letter-spacing: 2px;
}
So it seems I have to choose between td module mx8 turning black on hover (when it should be white), or mx8 turning white on hover (when it should be black).
