paulwv
1
Seems like a simple issue, but yet I am having a hard time figuring it out.
https://seo.wrestleview.com/
The top right part where it says “In case you missed it”.
I want the links to be white (which they are).
I want the HOVER to be white. Which it is on the links.
Problem
But as soon as I move the cursor slightly down from the link, the HOVER turns the link red. I want it to remain white.
PaulOB
2
You have a very long chain of selectors in a very long comma separated list making this very hard to debug:)
You need to add more weight to your rules and the fact that it is the hover on a parent that actions the color change.
Try adding this rule at the end of the css file.
.td-blog-fitness .td_module_wrap:hover .td-module-title a{color:#fff}