01/02/2018 at 7:29 pm
#445974
Keymaster
@ leopart
This is because the entry name color is assigned the color in the Template Customizer. You need to make you CSS selector more specific, like so:
#cn-cmap .cn-list-row a:hover,
#cn-cmap .cn-list-row-alternate a:hover,
#cn-cmap .cn-list-row a:hover span,
#cn-cmap .cn-list-row-alternate a:hover span {
color:rgba(64, 217, 241, 1);
}
Hope this helps!
