So, here's the deal - I'm currently working on my own Wordpress child theme and I've noticed that all the <a></a>
tags are styled in white to match the background. It seems like a weird choice to me, but I don't have time to figure out which specific style sheet or plugin is responsible (*Edit: Turns out it's a Divi style sheet). All I really need to know is...
"How can I remove this styling from the <a></a>
tags, considering they have different colors for :hover, :active, etc.?"
Just wanted to mention that I do have access to the developer console, so I can see every element where color: white;
is applied if that helps.
I'm open to solutions using Wordpress, CSS, or even Javascript - whatever gets the job done!