I am working on a web in Wordpress and with a child theme. I would like to know if you could help me determine the css code that I would have to enter in the child theme to make the following css code, which comes from the parent theme, go away:
.top-nav ul li a:hover {color: #333;}
This code causes the texts of the header menu to change color when the pointer is on top of it.
If you could help me determine the code that I have to include in the child topic, so that the effect of the previous css is canceled:
.top-nav ul li a:hover {color: #333;}
Thank you.